cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • How to auto Save Spec Limits as Column Properties of manage spec window

    Hi, JMPerCurrently, I used below jsl.obj = dt << Manage Limits( Process Variables(:FAI_1, :FAI_2, :FAI_3, :FAI_4, :FAI_5 ), Load From Limits Table( "LIMIT.jmp" ), SendToReport( Dispatch( {}, "Spec Limits", OutlineBox, {Close( 1 )} ) ), ); obj << Show Limits All; obj << Save Spec Limits as Column Properties;It need to manual click Save Spec Limits as Column Properties of manage spec window. ...

    CompleteLeopard CompleteLeopard
    Discussions |
    Mar 2, 2024 2:02 AM
    1180 views | 1 replies
  • How to compare Group Differences with small sample sizes ?

    Hello everyone,I have 3 different groups and I'm aiming to compare them to see if there are any statistically significant differences. However, my sample sizes are quite small: Group 1 has 3 samples, Group 2 has 2 samples, and Group 3 has 3 samples. Due to this small sample size, I'm unable to test for normality.To analyze the data, I conducted a Kruskal-Wallis test followed by a Steel-Dwass test ...

    ELH ELH
    Discussions |
    Mar 1, 2024 11:23 AM
    11070 views | 6 replies
  • there was an error opening the excel file

    I was unable to open an excel file in a script or when I tried to directly open it.  I tried open data file --> all files --> open with excel wizard, but the excel wizard was never launched and I kept getting the error message.  The file format is .xlsx and the file wasn't opened anywhere else.  

    ABLizard314 ABLizard314
    Discussions |
    Mar 1, 2024 9:10 AM
    1890 views | 3 replies
  • Predict (not inverse predict) from regression?

    I used fit model to create a linear regression model. I need to determine the upper one-sided 95% CI y result given x. I only see options to inverse predict x by y. How can I determine this value?

    DrSallyWaxler DrSallyWaxler
    Discussions |
    Mar 1, 2024 8:19 AM
    1393 views | 3 replies
  • Integral of a Desirability Function

    Hi everyone, I try to perform an optimization in the profiler, but instead of just searching for the highest desirability in the design space I'm actually looking for the maximal surface under the desirability curve. The desirability is a function of x, y and z, and these 3 parameters are also interacting with each other.I found this post: https://community.jmp.com/t5/Discussions/How-can-I-calcula...

    Marco_ Marco_
    Discussions |
    Mar 1, 2024 8:06 AM
    2122 views | 4 replies

Latest Discussions

  • How to compare Group Differences with small sample sizes ?

    Hello everyone,I have 3 different groups and I'm aiming to compare them to see if there are any statistically significant differences. However, my sample sizes are quite small: Group 1 has 3 samples, Group 2 has 2 samples, and Group 3 has 3 samples. Due to this small sample size, I'm unable to test for normality.To analyze the data, I conducted a Kruskal-Wallis test followed by a Steel-Dwass test ...

    ELH ELH
    Discussions |
    Mar 1, 2024 11:23 AM
    11070 views | 6 replies
  • there was an error opening the excel file

    I was unable to open an excel file in a script or when I tried to directly open it.  I tried open data file --> all files --> open with excel wizard, but the excel wizard was never launched and I kept getting the error message.  The file format is .xlsx and the file wasn't opened anywhere else.  

    ABLizard314 ABLizard314
    Discussions |
    Mar 1, 2024 9:10 AM
    1890 views | 3 replies
  • Integral of a Desirability Function

    Hi everyone, I try to perform an optimization in the profiler, but instead of just searching for the highest desirability in the design space I'm actually looking for the maximal surface under the desirability curve. The desirability is a function of x, y and z, and these 3 parameters are also interacting with each other.I found this post: https://community.jmp.com/t5/Discussions/How-can-I-calcula...

    Marco_ Marco_
    Discussions |
    Mar 1, 2024 8:06 AM
    2122 views | 4 replies
  • ann armax model

    how can make ann armax hybrid model such Matlab

    Raaed Raaed
    Discussions |
    Mar 1, 2024 7:50 AM
    710 views | 0 replies
  • Interpret Eigenvectors in variable clustering platform

    I have variables that indicate the rates of disappearance of various metabolites from plasma, aka clearance from blood circulation. Since I have over 200 of these, I am using the variable clustering platform to cluster these variables. I am then using the cluster components in a PLS-DA model to see which cluster components (and their corresponding variable group) ends up discriminating two clinica...

    databug databug
    Discussions |
    Feb 29, 2024 10:47 AM
    2404 views | 7 replies

Latest Discussions

  • ann armax model

    how can make ann armax hybrid model such Matlab

    Raaed Raaed
    Discussions |
    Mar 1, 2024 7:50 AM
    710 views | 0 replies
  • Is there a way to change the defaults for the Summary platform?

    Hi All,   Does any know if it's possible to change the defaults of the Summary platform (Tables > Summary)?   By default, Summary sets the new column names to be stat(column) and checks that the new data table is linked to the original data table.  For much of the work I do, I don't like these features and wish I didn't have to change them every time I run a Summary. I know it can be useful at tim...

    SDF1 SDF1
    Discussions |
    Feb 29, 2024 8:08 AM
    620 views | 0 replies
  • How do you get the confidence intervals output for performance measures in the add ins imbalanced misclassification?

    I am wondering if you can let me know how can I get the performance measure Confidence Intervals (lower and the upper limit) and the alpha when I do the add ins imbalanced classification analysis to evaluate models (I picked all the models [except for generalized regression] and sampling techniques). I am able to get the PR Curve AUC, ROC Curve AUC, but I am not able to locate how to get the confi...

    NishaKumar NishaKumar
    Discussions |
    Feb 22, 2024 8:44 AM
    665 views | 0 replies
  • group file name and set lable by JSL looping, work fine but slowly

    I have a JLS works fine, but slowly, is there any method to improve it? 1. import multiple files2. base on file name rule group into a, b, c, d, e 3. base on file name rule to decide file count and set into rows for each groupNames Default To Here(1); dir = Pick Directory( "Select a directory" ); Multiple File Import( <<Set Folder( dir ), <<Set Show Hidden( 0 ), <<Set Subfolders( 0 ), <<Se...

    BayesRabbit7133 BayesRabbit7133
    Discussions |
    Feb 22, 2024 12:24 AM
    725 views | 0 replies
  • JMP 16 Discreet Fit to Gamma Poisson to Kulmogrov

    Hello All, Need assistance trying to get the goodness-of-fit test for the following parameters in JMP 16: 1. Discrete Fit2. Fit Negative Binomial (equivalent to Gamma Poisson as no option to choose gamma poisson)3. Goodness-of-fit4. output -> Pearson Chi-square -> no values  From past version of JMP 14, there was a gamma poisson option with a goodness-of-fit option that outputted kolmogorov's D va...

    RichC RichC
    Discussions |
    Feb 19, 2024 10:19 AM
    560 views | 0 replies
view all discussions