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 find all combinations of a variable?

    Hi! I need to be able to find combinations of a variable that equals a certain number. For example, I have a list of 5 solvents all with different solubility parameters. I need to be able to identify what combination of solvents would equal a solubility parameter of approximately 10 (Ex. 30% solvent A + 70% solvent B = solubility parameter of 10.05).  Any ideas om how to achieve this?

    WeightedElk7793 WeightedElk7793
    Discussions |
    Jun 9, 2023 11:26 AM
    1048 views | 1 replies
  • Main Menu("command") - return value?

    If I open a file via open("filename"), the command returns a reference to the data table which can be used as dt = open("filename");If I trigger open viadt = Main Menu("open")it doesn't return a reference to the data table. In general, is there a way, when triggering a command from the Main Menu, to get the return value?e.g. a reference to a data table for a user defined file loader - or an error ...

    hogi hogi
    Discussions |
    Jun 7, 2023 8:42 AM
    746 views | 0 replies
  • List not evaluating in Set Property - why?

    The following works  for the data table "allData"Data Table( "allData" ):sTest << Set Property( "Value Order", {Custom Order({"IP1", "IP2", "IP3", "IP4", "IP5", "IP6"}), Common Order( 0 )} );but the following does not- where am I going wrong?myList = {"IP1", "IP2", "IP3", "IP4", "IP5", "IP6"}; Data Table( "allData" ):sTest << Set Property( "Value Order", {Custom Order(myList), Common Order( ...

    Neo Neo
    Discussions |
    Jun 6, 2023 8:38 AM
    1055 views | 1 replies
  • DoE using principal components as variables

    Hi,I have working on an optimisation problem and have performed some PCA on the dataset.  The top seven principal components explain about 80% of the variance.  I was hoping to plan a DoE using these top seven principal components as variables.  However, a colleague has indicated that this is rubbish as the later principal components explain comparatively little variance versus the earlier ones an...

    kjwx109 kjwx109
    Discussions |
    Jun 6, 2023 3:03 AM
    2763 views | 4 replies
  • Definitive screening design in the platform "Easy DoE"

    Hello, I am using JMP 17 and the new "Easy DoE" platform. If i'm using "Easy DoE" and a Definitive screening design option, the model will be fitted differently than the "Fit Definitive Screening" method, right? If so, in such cases where Definitive screening is suitable, is using the Definitive Screening design platform and the unique model fit (and not "Easy Doe") recommended?   

    O_B O_B
    Discussions |
    Jun 5, 2023 1:14 PM
    1650 views | 4 replies

Latest Discussions

  • How to find all combinations of a variable?

    Hi! I need to be able to find combinations of a variable that equals a certain number. For example, I have a list of 5 solvents all with different solubility parameters. I need to be able to identify what combination of solvents would equal a solubility parameter of approximately 10 (Ex. 30% solvent A + 70% solvent B = solubility parameter of 10.05).  Any ideas om how to achieve this?

    WeightedElk7793 WeightedElk7793
    Discussions |
    Jun 9, 2023 11:26 AM
    1048 views | 1 replies
  • Main Menu("command") - return value?

    If I open a file via open("filename"), the command returns a reference to the data table which can be used as dt = open("filename");If I trigger open viadt = Main Menu("open")it doesn't return a reference to the data table. In general, is there a way, when triggering a command from the Main Menu, to get the return value?e.g. a reference to a data table for a user defined file loader - or an error ...

    hogi hogi
    Discussions |
    Jun 7, 2023 8:42 AM
    746 views | 0 replies
  • DoE using principal components as variables

    Hi,I have working on an optimisation problem and have performed some PCA on the dataset.  The top seven principal components explain about 80% of the variance.  I was hoping to plan a DoE using these top seven principal components as variables.  However, a colleague has indicated that this is rubbish as the later principal components explain comparatively little variance versus the earlier ones an...

    kjwx109 kjwx109
    Discussions |
    Jun 6, 2023 3:03 AM
    2763 views | 4 replies
  • Definitive screening design in the platform "Easy DoE"

    Hello, I am using JMP 17 and the new "Easy DoE" platform. If i'm using "Easy DoE" and a Definitive screening design option, the model will be fitted differently than the "Fit Definitive Screening" method, right? If so, in such cases where Definitive screening is suitable, is using the Definitive Screening design platform and the unique model fit (and not "Easy Doe") recommended?   

    O_B O_B
    Discussions |
    Jun 5, 2023 1:14 PM
    1650 views | 4 replies
  • Multi-grouping GRR analysis JMP equations/statistics with bayesian estimate

    Hi,I am trying to reproduce the GRR results in which there is more variance subgroups beyond just operator, and sample variance. e.g subgroup3,subgroup4. With the default 2group operator/sample variance using anova crossed GR&R, i was able to reproduce the results using the anova method following the explanation. https://sixsigmastudyguide.com/repeatability-and-reproducibility-rr/ I noticed a mess...

    JMP_newuser JMP_newuser
    Discussions |
    Jun 5, 2023 1:00 PM
    1154 views | 1 replies

Latest Discussions

  • Main Menu("command") - return value?

    If I open a file via open("filename"), the command returns a reference to the data table which can be used as dt = open("filename");If I trigger open viadt = Main Menu("open")it doesn't return a reference to the data table. In general, is there a way, when triggering a command from the Main Menu, to get the return value?e.g. a reference to a data table for a user defined file loader - or an error ...

    hogi hogi
    Discussions |
    Jun 7, 2023 8:42 AM
    746 views | 0 replies
  • how to read the output from Johnson-Neyman plot and floodlight analyisis?

    hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot.  according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Apr 23, 2023 8:56 AM
    1383 views | 0 replies
  • Response Screening Effect Size - logistic

    Related to the previous post How to get "Effect size" column with Response Screening functionality , I am also wondering how effect size in the response screening platform is calculated, specifically for categorical Y vs continuous X.  JMP help shows:  "When Y is categorical and X is continuous, the effect size is the square root of the average ChiSquare value for the whole model test."  Running b...

    wgardnerQS wgardnerQS
    Discussions |
    Dec 14, 2022 12:54 PM
    1092 views | 0 replies
  • 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
    862 views | 0 replies
  • 请问JMP有哪些模型可以用于预测股票价格的未来走势?

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

    lala lala
    Discussions |
    Aug 2, 2021 1:01 AM
    835 views | 0 replies
view all discussions