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

  • JMP > JSL > Response Screening > Populate columns from Column Selection?

    Hi JMP Community, JMP 16.1 / Windows 10 Pro I have an apparently simple problem that I cannot resolve. In the following script (which does not work), I am attempting to pass a List of columns into the X variables from the RESPONSE SCREENING platform. Using a concatenated string variable does not work. Hence, how do I convert the Column List (scol) into a valid argument for running the RESPONSE SCR...

    Thierry_S Thierry_S
    Discussions |
    Jul 27, 2022 2:56 PM
    1399 views | 2 replies
  • How can I append to this Col List Box?

    This code is supposed to add each name into the list box but it doesn't work. Has it got to do with the data type?  Also, if you're wondering why im using the 1st element, its because I wanted to populate other columns within that list for E.G -> col[2] = column(dt, "height");Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); col = {}; col[1] = column(dt, "name"); New Window(...

    Andyon98 Andyon98
    Discussions |
    Jul 26, 2022 10:13 AM
    1750 views | 2 replies
  • Multi-process DoE

    Hello,I am hoping to get some advice on designing an experiment. I have a process that has 4 steps sequentially. Step A comes first, then step B, then C and finally D. Response is measured at the completion of step 4. Each step has two factors, each with two levels.I need to model the response as a function of all the 8 factors, taking into account all two-way interactions. I like to make sure no ...

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Jul 26, 2022 7:48 AM
    1699 views | 3 replies
  • How do I use contains function to find a part of a variable name?

    Hi,  I'm trying to find a way to execute a function which happens when a list contains the string "[String]" like so: AAList = {"object1", "object2", "object3[String]"}; If( Contains( AAList, "[String]"),
    Show("string is running") ); But the if function isn't executed because the contains function doesn't detect the "[String]".Any way to solve this? 

    PowerOx327 PowerOx327
    Discussions |
    Jul 26, 2022 1:21 AM
    1316 views | 1 replies
  • Is there a way to set the plot ranges for all plots in a platform the same?

    I think the subject is self-explanatory:I run a platform and have many generated plots. Now in many cases it makes a lot of sense to have all the plot axes ranges to be the same. It is very tedious to do this by hand.I tried holding the Ctrl key when changing the axes on one plot, but that does not propagate to the other plots. 

    TheDude TheDude
    Discussions |
    Jul 22, 2022 5:51 PM
    5143 views | 10 replies

Latest Discussions

  • Multi-process DoE

    Hello,I am hoping to get some advice on designing an experiment. I have a process that has 4 steps sequentially. Step A comes first, then step B, then C and finally D. Response is measured at the completion of step 4. Each step has two factors, each with two levels.I need to model the response as a function of all the 8 factors, taking into account all two-way interactions. I like to make sure no ...

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Jul 26, 2022 7:48 AM
    1699 views | 3 replies
  • DOE - "Reverse" model

    I am looking in to making a DOE design, that should result in "reverse" model. Description of the inputs and outputs: - 6 inputs that I can control during the experiments- 6 outputs that I can measure during the experiments (but not control directly) But the resulting model should make me able to predict what the input was, by measuring the outputs, thus the "reverse" model. Is there anything that...

    Knekse Knekse
    Discussions |
    Jul 18, 2022 7:29 AM
    2163 views | 4 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
    1369 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
    2287 views | 6 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
    864 views | 0 replies
  • 请问JMP有哪些模型可以用于预测股票价格的未来走势?

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

    lala lala
    Discussions |
    Aug 2, 2021 1:01 AM
    835 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
    3917 views | 0 replies
view all discussions