cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Purposefully Raising Error in JSL

    I have been searching the forum and scripting index for a way to do this but have not found anything to accomplish what I am trying to do.  I am looking for something that has similar functionality to Python's "Raise" function.  Or essentially the same functionality as the Try Throw statements but without a JSL exception being raised. For example I am writing a function that requires the user to e...

    awsmagala awsmagala
    Discussions |
    May 21, 2018 2:23 PM
    5762 views | 4 replies
  • edit spline line

    Hey, I searched for an answer before, but I couldn't find a solution.I have a chart and a row legend and splines, I want that by clicking on one of the legends his spline will be highlighted or will become more bold.This option is possible only for the values dots by clicking->> Marker Selection Mode->> "Unselected Faded" inside the chart option.I want to write a script, but I couldn't find a way ...

    shiro shiro
    Discussions |
    May 21, 2018 11:39 AM
    3172 views | 1 replies
  • Comparing datasets from two different files

    Hi EveryoneI need a little help to get past this.I have two datasets in two different files. I need to compare multiple columns in the two files and then get the data which is exactly the same in a new file. I thought about loops but I don't know if JMP scripts can do that?

    PF PF
    Discussions |
    May 21, 2018 11:01 AM
    8147 views | 5 replies
  • Adding & Removing Graphics Scripts

    I've written a JSL routine in which several graphics scripts are being added to - and removed from - the Graph Builder during a relatively complex animation sequence. The scripts that need to be added and removed depend on the data set being analyzed, so I'm having to script a lot of stuff like the following (where gb is my GraphBuilder object, and myScript1 and myScript2 are both expressions I've...

    DMR DMR
    Discussions |
    May 21, 2018 10:56 AM
    8958 views | 4 replies
  • How does JMP remove inestimable model terms

    Dear community, I want to evaluate the design of a data set with 12 binary main effects and 64 observations, and I decide to add all interaction effects (by selecting them under "factors" and clicking "interactions"->"2nd" under "Models"). JMP returns this message:This design cannot fit the specified model. Inestimable model terms have been removed.  Now I know that 64 runs are not enough to estim...

    gab gab
    Discussions |
    May 21, 2018 7:08 AM
    6503 views | 3 replies

Latest Discussions

  • Purposefully Raising Error in JSL

    I have been searching the forum and scripting index for a way to do this but have not found anything to accomplish what I am trying to do.  I am looking for something that has similar functionality to Python's "Raise" function.  Or essentially the same functionality as the Try Throw statements but without a JSL exception being raised. For example I am writing a function that requires the user to e...

    awsmagala awsmagala
    Discussions |
    May 21, 2018 2:23 PM
    5762 views | 4 replies
  • edit spline line

    Hey, I searched for an answer before, but I couldn't find a solution.I have a chart and a row legend and splines, I want that by clicking on one of the legends his spline will be highlighted or will become more bold.This option is possible only for the values dots by clicking->> Marker Selection Mode->> "Unselected Faded" inside the chart option.I want to write a script, but I couldn't find a way ...

    shiro shiro
    Discussions |
    May 21, 2018 11:39 AM
    3172 views | 1 replies
  • Two-Way (Factorial) ANOVA

    Good afternoon, I performed a factorial experiment and obtainded a not significant ANOVA. But on the Effect test one factor is significant.How can I interpret the results? Wich results I have to consider correct? ANOVA (Prob > f) or EFFECT TEST? Thank you

    Laura1 Laura1
    Discussions |
    May 21, 2018 5:08 AM
    7285 views | 4 replies
  • Multi-level contingency analysis

    I am doing a contingency analysis / Chi square test for independence on two categorical variables where and each variable has more than two levels. AFSC has 8 levels and Impact is a composite variable (from survey) that is a summartion of 5 different likert-scale questions (implication being it has 20 different levels). I am trying to determine iwhich AFSCs affect Impact. By default, Fit Y y X doe...

    AndrewRS AndrewRS
    Discussions |
    May 19, 2018 2:26 AM
    2709 views | 1 replies
  • Plotting two y variables on same graph with overlay on one

    I am trying to create a single graph with two plots.  The first is a bar chart of survival across six sites, overlayed with a treatment replicated at each site.  The second is a line graph of the average survival at each site across treatment.  I can create exactly what I want in graph builder, except that I have to plot the line on a second graph above the bars (attached graph builder image).  An...

    crabduchess crabduchess
    Discussions |
    May 18, 2018 8:17 AM
    16746 views | 7 replies

Latest Discussions

  • Why does Profiler not stop

    All, 
         I have a script I am trying to profile and improve on. When I run the script without the profiler, it runs and ends within 4 minutes. When I try to profile the script, even after a good 5-6 minutes, it does not stop. Wondering why this is happening and if there is a way to use profiler and not run into this.      I am using JMP 13.   

    uday_guntupalli uday_guntupalli
    Discussions |
    Apr 27, 2018 7:12 AM
    1711 views | 0 replies
  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3814 views | 0 replies
  • Convert separate DATE and TIME columns in formats YYYYMMDD and HHMMSS into a single column

    Hello, I manage an addin for my company where all data is imported into JMP via command line utilities owned by our automation team. My addin translates a users request into a formatted command and issues the command in the background. The data is returned back as a text file on the users system. My addin can then load the data from the text file. The issue that I have is that the columns vary bas...

    Picard Picard
    Discussions |
    Mar 15, 2018 1:57 PM
    2634 views | 0 replies
  • pseudo r square in JMP choice model platform

    Hi,I am using JMP's choice model platform to analyse some Discrete Choice Experiment (DCE) data. I am trying to find the pseudo r square but the platform does not provide it. Is there a way to calculate pseudo r square based on the results JMP presents under the choice model platform? I know pseudo R square comes up as entropy RSquare under JMP's fit model platform, nominal logistic fir for respon...

    DG DG
    Discussions |
    Mar 11, 2018 6:27 AM
    2260 views | 0 replies
  • chnging colors on PCA plot

    Hi,I seem to be able to change the color of the circle around the PCA plot but not the arrows which remain red no matter what I do. I changed the circle by Right Clicking on the plot --> Customize --> Circle and selecting the black color. I did the same using the option of Customize --> Arrow but nothing changes.Any advice would be appreciated.Thanks a lot.Helga

    helga55 helga55
    Discussions |
    Mar 9, 2018 2:20 PM
    3501 views | 0 replies
view all discussions