cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Due to global connectivity issues impacting AWS Services, users may experience unexpected errors while attempting to authorize JMP. Please try again later or contact support@jmp.com to be notified once all issues are resolved.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How to get results of anova table for two with interaction including due to columns, rows and interaction

    The anova model specified gives the ANOVA table with model, error and total. how do we get the usual anova table including the sum of squares due to columns, rows and interaction in the same anova table

    CriticalBias358 CriticalBias358
    Discussions |
    Jun 11, 2025 3:15 AM
    396 views | 1 replies
  • Equivalence test with Geometric Means

    Hi All,   in JMP, is there a way to run equivalence test/TOST using the Geometric Means rather Arithmetic means? Also is there JMP function to establish 95% confidence intervals for Geometric Means. 

    MSN MSN
    Discussions |
    Jun 11, 2025 3:02 AM
    346 views | 1 replies
  • custom graph legend

    I'm trying to add a nice pretty graph legend to a Bivariate Fit:     The orange fit line is a customized line added using this script:     Pen Color( "orange" );
        Pen Size( 2 );
        Y Function( 21.07 * x, x );   I used this custom script in the graph to get that text in there:
        Text( {20, 32}, "TOT Other = 21.1 * 3XL" );
        Text( {20, 25}, "TOT Other = 46.8 + 9.1*3XL" );
        Text( {20, 19}, "Lo...

    seanschubert seanschubert
    Discussions |
    Jun 11, 2025 1:51 AM
    429 views | 2 replies
  • Control Charts running slowly in JMP 18

    I have recently been upgraded to JMP 18.2.1. I use Levey Jennings Control Charts very often in my job. While using JMP 17, I had been developing a script that takes a Stacked table from our database and uses the By() function to plot control charts of X(Batch) and Y(Result) for each unique Component in the Component column (By(Component)).    Since upgrading to JMP 18, I have found this functional...

    jevanove jevanove
    Discussions |
    Jun 10, 2025 9:42 PM
    499 views | 3 replies
  • JMP 18 Update

    Hi,   How is the JMP 18 maintaince updated pushed out?   Does this require any user interaction?   It seem that after an update, it asked user to re-authenticate again.   Thanks

    RMSETurtle754 RMSETurtle754
    Discussions |
    Jun 10, 2025 12:45 PM
    547 views | 2 replies

Latest Discussions

  • How to get results of anova table for two with interaction including due to columns, rows and interaction

    The anova model specified gives the ANOVA table with model, error and total. how do we get the usual anova table including the sum of squares due to columns, rows and interaction in the same anova table

    CriticalBias358 CriticalBias358
    Discussions |
    Jun 11, 2025 3:15 AM
    396 views | 1 replies
  • Equivalence test with Geometric Means

    Hi All,   in JMP, is there a way to run equivalence test/TOST using the Geometric Means rather Arithmetic means? Also is there JMP function to establish 95% confidence intervals for Geometric Means. 

    MSN MSN
    Discussions |
    Jun 11, 2025 3:02 AM
    346 views | 1 replies
  • custom graph legend

    I'm trying to add a nice pretty graph legend to a Bivariate Fit:     The orange fit line is a customized line added using this script:     Pen Color( "orange" );
        Pen Size( 2 );
        Y Function( 21.07 * x, x );   I used this custom script in the graph to get that text in there:
        Text( {20, 32}, "TOT Other = 21.1 * 3XL" );
        Text( {20, 25}, "TOT Other = 46.8 + 9.1*3XL" );
        Text( {20, 19}, "Lo...

    seanschubert seanschubert
    Discussions |
    Jun 11, 2025 1:51 AM
    429 views | 2 replies
  • Control Charts running slowly in JMP 18

    I have recently been upgraded to JMP 18.2.1. I use Levey Jennings Control Charts very often in my job. While using JMP 17, I had been developing a script that takes a Stacked table from our database and uses the By() function to plot control charts of X(Batch) and Y(Result) for each unique Component in the Component column (By(Component)).    Since upgrading to JMP 18, I have found this functional...

    jevanove jevanove
    Discussions |
    Jun 10, 2025 9:42 PM
    499 views | 3 replies
  • JMP 18 Update

    Hi,   How is the JMP 18 maintaince updated pushed out?   Does this require any user interaction?   It seem that after an update, it asked user to re-authenticate again.   Thanks

    RMSETurtle754 RMSETurtle754
    Discussions |
    Jun 10, 2025 12:45 PM
    547 views | 2 replies

Latest Discussions

  • Testing slices in JMP Pro Mixed Model?

    Hello, I am doing a 4-way, full factorial ANOVA with one repeated measures factor (time, 3 samplings) and three between-subject factors (species, color, and irrigation; 2 levels of each) using the Mixed Model personality in JMP Pro 18.1.0. I'm using the AR(1) repeated covariance structure, as it provides the best fit based on AICc values. The analysis indicates I have no significant 4- or 3-way in...

    JHS JHS
    Discussions |
    May 7, 2025 7:38 AM
    590 views | 0 replies
  • Help with Multiple Linear Regression

    LogitParrot179 LogitParrot179
    Discussions |
    Apr 23, 2025 7:58 PM
    524 views | 0 replies
  • when does model reduction lead to the problem of multiple comparisons?

    My interest is in identifying the strongest predictors of annual per capita growth rate for three groups of bird species: residents, short-distance migrants and long-distance migrants.  My model has per capita growth rate as the dependent variable, and as predictors bird density during the breeding season, and 13 environmental predictors (various measures of climate, food abundance and nest predat...

    olddabbler olddabbler
    Discussions |
    Apr 21, 2025 5:56 AM
    488 views | 0 replies
  • steps to use the minimum p-value approach with log-rank test?

    I am interested in applying the minimum p-value approach using the p-values obtained from the log-rank test. However, I am uncertain about the specific steps involved. Could you kindly advise me on how to proceed?   I am currently using the following version: JMP® Student Edition 18.2.0, running on Microsoft Windows 11 Home.

    Namamugi Namamugi
    Discussions |
    Apr 10, 2025 11:22 PM
    470 views | 0 replies
  • Scale IDs in Add Graphics Script not working

    I created a script to draw graphs from JSON objects, which works well, but when I tried to overlay one graph on another using two Y axes, I could not get it to work; it always used the left Y axis.  I thought I was doing something wrong, but I finally realized that even the example in the Scripting Guide does not work as it should.  This example is supposed to use the right Y axis, labeled "Test,"...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Mar 27, 2025 5:13 AM
    364 views | 0 replies
view all discussions