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

  • How to specify contrast coefficients with "Contrast Specification” window?

    Hi there,I recently bought JMP 15.1.0. Very different to SAS which allows me to use IML procedure to generate the orthogonal contrast coefficients for both equally and unequally spaced treatments, I got this dialogue box to click the + or -. It's easier to construct simple one-on-one comparisons by assigning +1 to one and -1 to another. But what if I want to construct a linear and a quadratic cont...

    HXZHAI HXZHAI
    Discussions |
    Dec 2, 2020 5:32 AM
    4959 views | 3 replies
  • question about formula depot, Generate Python Code with error "Formula evaluation requires implementation of operator "IfMZ"

    I am using JMPpro 15 with Boosted Tree model to predict a target variable. when I am trying to use formula depot to generate Python Code for applying in python environment, it pops up JMP Alert Formula evaluation requires implementation of operator "IfMZ"   and the python code is not working due to it can't recognize it.  for example, in the python code exported from JMP _temp_5 = placeholder_IfMZ...

    lucy_luo_conoco lucy_luo_conoco
    Discussions |
    Nov 29, 2020 5:37 PM
    3381 views | 5 replies
  • How to return value from check box to desired format?

    Hi, I am using example from scripting index and modified as per below script.Names Default To Here( 1 ); New Window( "Example", cb = Check Box( {"Max", "Median", "Min", "Mean", "Std Dev"}, Print( cb << Get Selected () ) //{"Mean", "Std Dev"} or etc ) );Is there any possibility to return the selected value from checkbox into "One" or One instead of {"One"}? I would like to use selected value ...

    WanCine WanCine
    Discussions |
    Nov 29, 2020 3:04 AM
    2260 views | 3 replies
  • Regarding FDR P-value calculation in JMP

    Hi,I have performed two sample nonparametric test (Wilcoxon) to see the significance difference between male and female for approx. 100 gene gene expression in JMP. Now, I would like to see FDR p vale for this analysis. Could you please suggest me that how can I  perform this analysis in JMP?ThanksNeeraj

    Neeraj Neeraj
    Discussions |
    Nov 28, 2020 3:11 PM
    2850 views | 3 replies
  • Executing Python programs with Run Program()

    I am having an issue that should be related to the nested calls I am doing. RunProgram() --> cmd --> Python The following bat file works perfectly fine. set JMP_PYTHON_PTH=%UserProfile%\miniconda_JMP\ CALL %JMP_PYTHON_PTH%\Scripts\activate.bat %JMP_PYTHON_PTH% start /B /wait "" python test.py  And yet, when using RunProgram() the code fails unless I add the absolute path to the Python file (test...

    FN FN
    Discussions |
    Nov 27, 2020 1:26 PM
    1928 views | 1 replies

Latest Discussions

  • How to return value from check box to desired format?

    Hi, I am using example from scripting index and modified as per below script.Names Default To Here( 1 ); New Window( "Example", cb = Check Box( {"Max", "Median", "Min", "Mean", "Std Dev"}, Print( cb << Get Selected () ) //{"Mean", "Std Dev"} or etc ) );Is there any possibility to return the selected value from checkbox into "One" or One instead of {"One"}? I would like to use selected value ...

    WanCine WanCine
    Discussions |
    Nov 29, 2020 3:04 AM
    2260 views | 3 replies
  • Regarding FDR P-value calculation in JMP

    Hi,I have performed two sample nonparametric test (Wilcoxon) to see the significance difference between male and female for approx. 100 gene gene expression in JMP. Now, I would like to see FDR p vale for this analysis. Could you please suggest me that how can I  perform this analysis in JMP?ThanksNeeraj

    Neeraj Neeraj
    Discussions |
    Nov 28, 2020 3:11 PM
    2850 views | 3 replies
  • How to display the last tab in the window by using the Tab Box?

    Hello Everybody,I have the following issue: I am creating a series of tabs within the Param_Overview window. Those tabs are generated in "for" loop. After the last tab, however, I would like to create one more tab created outside the for loop. The generation of tabs from the "for" loop works well but the addition of the last one does not. If I select by hand the code of the last tab and execute it...

    lukasz lukasz
    Discussions |
    Nov 23, 2020 6:30 AM
    1704 views | 2 replies
  • Truncate or Split

    I have a large dataset and I would like to split with the first 7 characters in a new column. I am trying to use the left function, but I am getting an error.      

    riksmith riksmith
    Discussions |
    Nov 22, 2020 1:32 PM
    1892 views | 2 replies
  • M-charts for failure frequency

    We have a production process with very low (ppm-ish) fail rates that we would like to monitor for fails.  Rather than monitoring ppm fail rates, it is a stronger test to monitor the number of fails (or time) between them, under the assumption that they follow a binomial distribution. In an M chart (this is what we call it) you then calculate a Z score every time there is a fail and chart as usual....

    scottrubel0 scottrubel0
    Discussions |
    Nov 19, 2020 5:34 AM
    2236 views | 3 replies

Latest Discussions

  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1156 views | 0 replies
view all discussions