cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Looking for a JMP test that is comparable to SAS 9.4's "CATMOD" procedure

    I am looking to compare 3 treatments (control, 1, and 2) that yield categorical results (yes/no). I have a summary table that lists the treatment, outcome, and count for each treatment. Previous applicable work in my field has utilized SAS 9.4's CATMOD procedure with the generalized logits response function to determine if treatment effect was significant. When it was, they used the contrast state...

    leam83 leam83
    Discussions |
    Dec 13, 2022 12:17 PM
    2098 views | 4 replies
  • Equivalence Testing versus ANOVA

    Hi everyone, I am working on a paper and would like to include some statistical data. I ran equivalence tests and ANOVA tests but I just wanted to confirm that the statements I am making about the "practical equivalence" of my data are correct.To find an "essentially zero" value I looked in the literature and found three different sources that would give me a defensible way to calculate this value...

    AttributedPath4 AttributedPath4
    Discussions |
    Dec 13, 2022 6:49 AM
    1477 views | 1 replies
  • Fractional Factorial Design - Alias terms

    Hello, I have created a fractional factoral design with 4 continuous factors.I get the following design evaluation (see attachment). What explains that X2*X3, X2*X4 and X3*X4 are not in the model? Thank you for your support!Claire  

    cbaril cbaril
    Discussions |
    Dec 13, 2022 6:42 AM
    2511 views | 3 replies
  • Add value from multiple rows to once cell

    Hi folks,I want to insert multiple values into one cell. I have manually done it in the screen grab so i want the value from row 1,2,3 to be joined together and added to 3 rows.
    Not sure how to complete this, do i need more identifiers so it can join the code. sorry I cant share the dataset due to IP reasons but below is a snippet 

    jearls11 jearls11
    Discussions |
    Dec 12, 2022 4:29 PM
    1344 views | 1 replies
  • Looping on Variability Chart - problem with referencing a list member instead of using its value explicitly

    HiI am looping on the Variability Chart to analyze different parameters, each represented by a column. The column names are stored in a list. Here is the code snippet tetser = {a list of 100 column names in string format};
    For( i = 1, i <= 100 , i++, Variability Chart( Y( tester[i]), Model( "Crossed" ), X( :Operators, :Parts ), Analysis Type( "Choose best analysis (EMS REML or Bayesian)"
    ...

    LoglinearRange8 LoglinearRange8
    Discussions |
    Dec 12, 2022 2:16 PM
    1152 views | 1 replies

Latest Discussions

  • Looking for a JMP test that is comparable to SAS 9.4's "CATMOD" procedure

    I am looking to compare 3 treatments (control, 1, and 2) that yield categorical results (yes/no). I have a summary table that lists the treatment, outcome, and count for each treatment. Previous applicable work in my field has utilized SAS 9.4's CATMOD procedure with the generalized logits response function to determine if treatment effect was significant. When it was, they used the contrast state...

    leam83 leam83
    Discussions |
    Dec 13, 2022 12:17 PM
    2098 views | 4 replies
  • Equivalence Testing versus ANOVA

    Hi everyone, I am working on a paper and would like to include some statistical data. I ran equivalence tests and ANOVA tests but I just wanted to confirm that the statements I am making about the "practical equivalence" of my data are correct.To find an "essentially zero" value I looked in the literature and found three different sources that would give me a defensible way to calculate this value...

    AttributedPath4 AttributedPath4
    Discussions |
    Dec 13, 2022 6:49 AM
    1477 views | 1 replies
  • Add value from multiple rows to once cell

    Hi folks,I want to insert multiple values into one cell. I have manually done it in the screen grab so i want the value from row 1,2,3 to be joined together and added to 3 rows.
    Not sure how to complete this, do i need more identifiers so it can join the code. sorry I cant share the dataset due to IP reasons but below is a snippet 

    jearls11 jearls11
    Discussions |
    Dec 12, 2022 4:29 PM
    1344 views | 1 replies
  • Looping on Variability Chart - problem with referencing a list member instead of using its value explicitly

    HiI am looping on the Variability Chart to analyze different parameters, each represented by a column. The column names are stored in a list. Here is the code snippet tetser = {a list of 100 column names in string format};
    For( i = 1, i <= 100 , i++, Variability Chart( Y( tester[i]), Model( "Crossed" ), X( :Operators, :Parts ), Analysis Type( "Choose best analysis (EMS REML or Bayesian)"
    ...

    LoglinearRange8 LoglinearRange8
    Discussions |
    Dec 12, 2022 2:16 PM
    1152 views | 1 replies
  • Delimit text and create new row

    hey folks,I am using a previous example from the forum.My code works for the first part I am doing.When I add the value into the new row I want to increment machine by 1. So below  would like ABC_RC1,RC2,RC3... not sure how to do this part. machineoperationrecipenameData_ColumnABC_RC123456TEST[0.941279597;0.941279597;0.947636808]  Names Default To Here( 1 ); dt = Data Table( "Untitled 166"); dtOut...

    jearls11 jearls11
    Discussions |
    Dec 12, 2022 8:45 AM
    1723 views | 3 replies

Latest Discussions

  • JMP 17 Trial - windows server not supported

    Dear members of the forum, I have just came across this issue during an attempt to install JMP 17 trial version on a windows server. Any ideas?         Edit: I contacted JMP support and they confirm that the trial version will not work on windows server.

    ron_horne ron_horne
    Discussions |
    Nov 1, 2022 2:20 PM
    1360 views | 0 replies
  • Model classification thresholds add-in display "negative" probability

    Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...

    Agustin Agustin
    Discussions |
    Sep 13, 2022 6:43 AM
    704 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    930 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    1133 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    812 views | 0 replies
view all discussions