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

  • Control Charts Warning Test

    How does JMP decide which point to mark as OOC? For example, in below image why is it that only the two points towards the right marked as red? It fails for Test 7 (15 points in a row in Zone C or beyond). a 

    StarIconValues7 StarIconValues7
    Discussions |
    Jul 17, 2022 5:30 PM
    1409 views | 1 replies
  • Column Name as Variable (Very Simple)

    Dear All, I am struggling with a very simple problem. I need to select a column name using a variable. Please see below: List = {"A","B","C"}; For( i=1, i<=nitems(List), i++, Add Columns from Update Table( :Name(List[i]) ) ); However, JMP does not accept anything inside ":Name()" that isn't an explicit quoted string.. In fact, "List[i]" is a quoted string, but the code doesn't even run.  H...

    Valerio Valerio
    Discussions |
    Jul 15, 2022 9:22 AM
    3114 views | 6 replies
  • Including multiple mixtures in a data table

    Is there a way in JMP 16 to include multiple mixtures of variables in a data table? I have three "mixtures" that are independent of each other and the components of each total 100% of each mixture. All three mixtures are factors of the response I am investigating.

    LargeChipmunk17 LargeChipmunk17
    Discussions |
    Jul 14, 2022 2:41 PM
    1370 views | 2 replies
  • How to check if list value exist in folder?

    Hi all,I have files that needs to be checked if it is existing in a folder. If it does not exist, a prompt will show which file names are not in my list. Here's a snippet of my code://Sample Data dt = Open( "$SAMPLE_DATA/Quality Control/Diameter.jmp" ); New Column ("Machine Op", Character,     Formula             ( "Machine_" || :MACHINE || " Op_" || :OPERATOR )               ); dt_list =associati...

    UserID16644 UserID16644
    Discussions |
    Jul 13, 2022 10:07 PM
    1648 views | 3 replies
  • Check box data filter

    Hi, I want to have a checkbox where the user can select the option to view the data. I tried using function but something doesn't seem to be correct in my code. Could you please advice? Names default to here( 1 ); dt = Open( "$SAMPLE_DATA/Time Series/Raleigh Temps.jmp" ); New window( "Graph with filter", Data filter context box( H list box( V list box( Text Box( "Enter month:"), c...

    Jackie_ Jackie_
    Discussions |
    Jul 12, 2022 7:11 PM
    2290 views | 6 replies

Latest Discussions

  • Including multiple mixtures in a data table

    Is there a way in JMP 16 to include multiple mixtures of variables in a data table? I have three "mixtures" that are independent of each other and the components of each total 100% of each mixture. All three mixtures are factors of the response I am investigating.

    LargeChipmunk17 LargeChipmunk17
    Discussions |
    Jul 14, 2022 2:41 PM
    1370 views | 2 replies
  • How to check if list value exist in folder?

    Hi all,I have files that needs to be checked if it is existing in a folder. If it does not exist, a prompt will show which file names are not in my list. Here's a snippet of my code://Sample Data dt = Open( "$SAMPLE_DATA/Quality Control/Diameter.jmp" ); New Column ("Machine Op", Character,     Formula             ( "Machine_" || :MACHINE || " Op_" || :OPERATOR )               ); dt_list =associati...

    UserID16644 UserID16644
    Discussions |
    Jul 13, 2022 10:07 PM
    1648 views | 3 replies
  • Check box data filter

    Hi, I want to have a checkbox where the user can select the option to view the data. I tried using function but something doesn't seem to be correct in my code. Could you please advice? Names default to here( 1 ); dt = Open( "$SAMPLE_DATA/Time Series/Raleigh Temps.jmp" ); New window( "Graph with filter", Data filter context box( H list box( V list box( Text Box( "Enter month:"), c...

    Jackie_ Jackie_
    Discussions |
    Jul 12, 2022 7:11 PM
    2290 views | 6 replies
  • How can I insert a factor that is the result of multiplying another factor with a number?

    Hi everyone,  I am a beginner with JMP. I want to create a full factorial designs (DOE) that consists out of a few factors (see image). For the factor "aliquote volume" the minimum value is 25, the maximum is 100.For the factor "solvent", the minimum value shoud be 4 * the factor "aliquote volume", the maximum value should be 16 * the factor "aliquote volume". Does anyone now how I can add the sol...

    UnivariatePony9 UnivariatePony9
    Discussions |
    Jul 12, 2022 7:08 AM
    1401 views | 2 replies
  • Contour plot

    Good morning. I need some help. I have to build a contour plot (mixture design) to study the influence of three independent variables on a response. How you do it? Thank you so much.  

    Donatella Donatella
    Discussions |
    Jul 12, 2022 6:26 AM
    872 views | 1 replies

Latest Discussions

  • DoE with two-choice experiments, continuous response variable

    We want to rank the preference  of population of animals for n different recipes. Recipes are tested in two-choice assays, where groups of over 100 individuals can choose one choice or the other. Preference for the group is computed as a preference index, a continuous variable that is between -1 and 1. Is there an experimental design that would help reduce the number of combinations to test in ord...

    Alexa_Guigue Alexa_Guigue
    Discussions |
    Nov 19, 2021 7:06 AM
    865 views | 0 replies
  • 请问JMP有哪些模型可以用于预测股票价格的未来走势?

    这是个异想天开的问题: 大家都说股票价格的未来走势预测是艺术、不是科学。
    但我还是想看看JMP具体哪里模型能用于这方面。  我尝试过使用决策树、随机森林、xgboost。
    还使用了DOE制作了均匀试验表来进行分类统计。
    虽然这不是一个很好的问题、但还是非常期待专家们的回答。非常感谢!

    lala lala
    Discussions |
    Aug 2, 2021 1:01 AM
    836 views | 0 replies
  • Sub-sampling data analysis in JMP

    In Biology (Plant Sci. and Agriculture) usually we have sub-sampling data for replicates. It's very difficult to analyze these data in commonly use Stat S/W (SPSS/Minitab) because MSS(Error) is calculating wrongly.  Without taking averages of samsamples, the easiest S/W for this is using JMP and I need some assistance for this. I've found very useful Youtube video about subsampling in JMP  (CRD: S...

    Kynda Kynda
    Discussions |
    Nov 15, 2017 2:32 PM
    3921 views | 0 replies
view all discussions