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

  • Equation for Bivariate Normal Density Ellipse

    Is there a way to determine or retrieve the equation of the density ellipse which is plotted in the Bivariate platform? I tried to generate these ellipses manually using the eigenvalues and eigenvectors of the covariance matrix, but it does not seem to match those plotted by JMP.  Is this spelled out in the documentation somewhere?  Is there some other source which describes how JMP generates thes...

    lsamuelso lsamuelso
    Discussions |
    Sep 10, 2018 3:27 PM
    4991 views | 1 replies
  • How to write a script to be able to plot any parameters based on the raw data ?

    Hi All, I was thinking hard about the ways to do automation using JMP recently. Are there any scripts which could do this:- (1) I have the raw data saved in a JMP table.(2) I have a script that will automatically plot the graphs (example, var chart) by grabbing any Y variables from the Colume (in the raw data) and plot by a fix X parameter (defined in the script). This will save some time to name ...

    XiangCD_MP_User XiangCD_MP_User
    Discussions |
    Sep 10, 2018 6:30 AM
    10506 views | 12 replies
  • How does JSL's sorting operation not create a new window?

    The result of sorting will not create a new window.But the same sort operation using the following JSL will produce a new window to display the sorted results.How do you make a JSL sorting operation not generate a new window?thank you!
    dt = Current Data Table();
    dt<<Sort(By(4),Order(descending)); 

    lwx228 lwx228
    Discussions |
    Sep 10, 2018 6:10 AM
    5583 views | 3 replies
  • How do I make an if formula conditional on a row value appearing in ANY row in another column?

    Hi :)I am looking for an interactive explanation to a sorting/filtering/list issue.For example if my task would be: Export a list to excel of all customer purchases made by customers who have never bought coffee based on below dataset. The task is thus to export all rows from customer 2 and 4 to an excel and my challenge is how to make a selection / variable that is able to sort this out. I have t...

    Nelle91 Nelle91
    Discussions |
    Sep 10, 2018 2:16 AM
    14083 views | 5 replies
  • Latent class analysis: how to display a conditional item probability graphic (in class probability)?

    Hello everyone! I calculated a Latent Class Analysis with JMP in the context of an validation of a questionnaire. A three class solution revealed to fit the data best. Now I have to display the “conditional item probabilities” or also called “in class probabilities” in a graphic. The aim is to obtain a graph where the individual items of the questionnaire are located on the X axis (a total of 23 i...

    AnneMy AnneMy
    Discussions |
    Sep 8, 2018 12:10 PM
    5819 views | 4 replies

Latest Discussions

  • Equation for Bivariate Normal Density Ellipse

    Is there a way to determine or retrieve the equation of the density ellipse which is plotted in the Bivariate platform? I tried to generate these ellipses manually using the eigenvalues and eigenvectors of the covariance matrix, but it does not seem to match those plotted by JMP.  Is this spelled out in the documentation somewhere?  Is there some other source which describes how JMP generates thes...

    lsamuelso lsamuelso
    Discussions |
    Sep 10, 2018 3:27 PM
    4991 views | 1 replies
  • Latent class analysis: how to display a conditional item probability graphic (in class probability)?

    Hello everyone! I calculated a Latent Class Analysis with JMP in the context of an validation of a questionnaire. A three class solution revealed to fit the data best. Now I have to display the “conditional item probabilities” or also called “in class probabilities” in a graphic. The aim is to obtain a graph where the individual items of the questionnaire are located on the X axis (a total of 23 i...

    AnneMy AnneMy
    Discussions |
    Sep 8, 2018 12:10 PM
    5819 views | 4 replies
  • Update Issues in jsl script

    Hello,I am trying to add 2 columns in table (dt_delta) to table (dt) using update command by comparing 2 columns. dt has 40 rows with unique rows identified by "Age" column and dt_delta has 50 unique rows identified by Age.Hence i am trying to add data from two columns, Var1 and Var2 in dt_delta to dt table by matching Age columns.Var1 and Var2 columns have formula in them. I copied the executed s...

    CG CG
    Discussions |
    Sep 7, 2018 3:31 PM
    6091 views | 8 replies
  • Test if data table is locked

    I know that I can lock and unlock a data table through the Lock Data Table() command, but how do I test if a data table is locked? A table locked through Lock Data Table() returns Empty() when using the Get Edit Lock() function.  //:*/dt<<Lock Data Table(1);
    /*:Scriptable[]
    //:*/
    dt << Get Edit Lock();
    /*:Empty()

    MarkDayton MarkDayton
    Discussions |
    Sep 7, 2018 12:38 PM
    4330 views | 3 replies
  • QQ-Plot double x-axis

    Dear Community, Please help, how do I change the ugly default QQ-Plot in jmp so that it does not have two x-axis and a histgoram but only a normal x- and y-axis?

    juliaaline juliaaline
    Discussions |
    Sep 1, 2018 3:43 AM
    10672 views | 13 replies

Latest Discussions

  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3276 views | 0 replies
  • Time Series - Prewhiten

    Hello Everyone, My question pertains to understanding what the terminology in JMP's prewhiten platform means.Also, understanding how that helps me determine an appropriate Transfer Function that I can use to test whether x causes y. JMP's prewhiten output shows three different ACF's labeled "Prewhiten Corr", "Noise AutoCorr", & "Noise Partial AutoCorr".
    What is the Prewhiten Corr, Noise AutoCorr, &...

    nopon649 nopon649
    Discussions |
    Jun 7, 2018 11:10 PM
    2314 views | 0 replies
  • Fit Spline By Group: Save Spline Coefficients to Column?

    Hi all--having an issue.  I am using Fit Y by X to fit 5,000 separate regressions.  I hold control, select red drop-down arrow, and Fit->Flexible, Fit->Spline and select, say, 0.1.   This fits a spline to all 5,000 graphs with lambda of 0.1.  I have 28 X values in each of 5,000 graphs, and I understand there are 4 different spline coefficients (A, B, C, D).  I understand if I just had 1 regression...

    M0gAl0g M0gAl0g
    Discussions |
    Jun 5, 2018 3:19 PM
    2840 views | 0 replies
  • 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
    1710 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
    3807 views | 0 replies
view all discussions