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

  • Short cut for creating table with out of limits points from a control chart

     Hi "@Ben_Barringh" or anyone who could help me : )Is there an easy way for creating a table with the points that are found out of the limits in a control chart?I mean, once I have the points identified and selected in the general table (as shown in the picture): Is there a shortcut to have all the rows selected together in a new column or table?Thanks a lot!

    amiro amiro
    Discussions |
    Feb 13, 2025 12:21 AM
    1972 views | 8 replies
  • New column based on the studentized residual outliers - if missing then create a copy+paste original column

    I saved my studentized residuals and grouped, run a screening outliers as below:  Explore Outliers( Y( Column Group( "Studentized Group" ) ), Robust Fit Outliers( K Sigma( 2.5 ), Huber( 1 ) ) ); obj << Change to Missing(Now, if there are any missing on the studentized columns I need to create a new column from that Y(variable) use all the original data without that row that is the outlier fo...

    Bmllnn Bmllnn
    Discussions |
    Feb 13, 2025 12:03 AM
    644 views | 3 replies
  • How to create a workflow that can run a set of analyses for multiple files in one folder

    Hi, I would like to use a workflow to run the same set of analyses on multiple .csv files saved in a folder. I know how to create a workflow for a specific .csv file, but I don't know how to create a workflow to run the set of analyses on a list of .csv files. My JSL skill is limited. I appreciate your help.Margaret 

    mdeng mdeng
    Discussions |
    Feb 12, 2025 12:20 PM
    930 views | 6 replies
  • Using JMP to Optimize Agricultural Production

    I saw online the following info for a session that covered the topic "Using JMP to Optimize Agricultural Production". It was posted by HydeMiller
    (Staff person) on Aug 26, 2020.There was a link to watch a video recording of this event, which didn't point to a recording. Does anyone know where I could find this recording, or any similar webinar? Thanks,Christos  JMP has many capabilities to analyze ...

    ChrisRegenAg ChrisRegenAg
    Discussions |
    Feb 12, 2025 8:07 AM
    421 views | 1 replies
  • Using JMP 16 to build a predictive model

    Hi everyone,I am a PhD student.   One of my research plans is to build a predictive model for erosion rate. Erosion rate is the dependent variable and (the impact angle, impact velocity, solid content, material hardness, and particle diameter) are the independent variables. I just installed JMP 16, and I do not have that much experience with it. I am asking if it is possible to use this software t...

    AliAl-Darraji AliAl-Darraji
    Discussions |
    Feb 12, 2025 4:36 AM
    1157 views | 5 replies

Latest Discussions

  • New column based on the studentized residual outliers - if missing then create a copy+paste original column

    I saved my studentized residuals and grouped, run a screening outliers as below:  Explore Outliers( Y( Column Group( "Studentized Group" ) ), Robust Fit Outliers( K Sigma( 2.5 ), Huber( 1 ) ) ); obj << Change to Missing(Now, if there are any missing on the studentized columns I need to create a new column from that Y(variable) use all the original data without that row that is the outlier fo...

    Bmllnn Bmllnn
    Discussions |
    Feb 13, 2025 12:03 AM
    644 views | 3 replies
  • Using JMP to Optimize Agricultural Production

    I saw online the following info for a session that covered the topic "Using JMP to Optimize Agricultural Production". It was posted by HydeMiller
    (Staff person) on Aug 26, 2020.There was a link to watch a video recording of this event, which didn't point to a recording. Does anyone know where I could find this recording, or any similar webinar? Thanks,Christos  JMP has many capabilities to analyze ...

    ChrisRegenAg ChrisRegenAg
    Discussions |
    Feb 12, 2025 8:07 AM
    421 views | 1 replies
  • Sample size explorer : How to access programmatically

    I would like to access and edit different components/fields(text fields) of sample size explorer programmatically. I want to build a custom script where my user interface(much simple with some default values) will ask user similar numbers/options to enter. that user interface should connect to sample size explorer platform and return me outputs. How can I do that. below are highlighted components ...

    princeshiva princeshiva
    Discussions |
    Feb 10, 2025 7:56 AM
    729 views | 4 replies
  • Add adjusted testnumber column.

    I am not sure this is even possible. I do have test time stamp but they are not accurate. I like to add a test number column, but for the retested parts i want test number 2 not 1.

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Feb 10, 2025 6:05 AM
    870 views | 5 replies
  • Correct use of a mixture design for formulation optimisation

    Hey, I'm a chemist trying to optimise three components in a formulation but have some limitations on them.  All 3 = max 20% of formulationA = 0.5 - 10%B = 0 - 5%C = 0 - 5%B + C = min 2.5 % However, they don't all need to add to 20% e.g. can have an experiment with 0.5% A, 0% B, 0% C and then can balance with X. I've used a mixed design for this.A, mixture, 0.025, 0.5B, mixture, 0, 0.25C, mixture, ...

    DeepDormouse199 DeepDormouse199
    Discussions |
    Feb 9, 2025 10:22 AM
    471 views | 1 replies

Latest Discussions

  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    672 views | 0 replies
  • How to adjust the size of R plot imported with get R graphics(); ?

    I'm trying to run R code in JMP to create a plot. I succeeded in importing the plot in png format, but failed to adjust the size of the plot. I can adjust the "plot_from_R" in png format with the set size(); function in jsl, but it is not proportional and distorted. How can I import plot_from_R in the size I want?   R Init(); R Submit( "\[ windows(300,100) #it doesn't work plot(function(x) dnorm(...

    CountableModel1 CountableModel1
    Discussions |
    Jan 15, 2025 4:01 PM
    491 views | 0 replies
  • Logistic regression - confidence bands.

       

    beimar_iriarte_ beimar_iriarte_
    Discussions |
    Jan 10, 2025 12:10 PM
    511 views | 0 replies
  • Exceptions are the utilities Show, Write, and Print ...

    from: https://www.jmp.com/support/help/en/18.1/?os=win&source=application#page/jmp/advanced-expressions-macros-and-lists.shtml#  If you assign the expression x+y to a, quoting it as an expression with Expr, then whenever a is evaluated, it evaluates the expression using the current values of x and y and returns the result.
    Exceptions are the utilities Show, Write, and Print, which do not evaluate e
    ...

    hogi hogi
    Discussions |
    Jan 7, 2025 10:44 PM
    489 views | 0 replies
  • Extract Expr: Issue with scoped variable

    This works: Extract Expr(:height << set name( "new" ), :height );  But this one doesn't *):Extract Expr(myDataTable:height << set name( "new" ), myDataTable:height );Fortunately there is this dirty trick of Extract Expr (it automatically resolves every defined variable **) - which allows this workaround:x = Expr( myDataTable:height); Extract Expr(myDataTable:height << set name( "new" ), x ) *) why...

    hogi hogi
    Discussions |
    Jan 7, 2025 11:35 AM
    396 views | 0 replies
view all discussions