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 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
    1202 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
    738 views | 1 replies
  • Bias correction factors

    I am currently using an excel spreadsheet to calculate the results of an MSA. I am looking for software to spread up my process and I am currently trialing JMP. The calculations I am using in my spreadsheet are from the EMP III book by Donald Wheeler.  My problem is that my spreadsheet repeatability and reproducibility results don't marry up with any of the JMP analysis options - Variance Componen...

    Jendb75 Jendb75
    Discussions |
    Jul 12, 2022 6:04 AM
    4842 views | 8 replies
  • Concatenating over a range of columns

    Is it possible to concatenate over a dynamic range of columns? For instance, if I want my result to be a concatenation of columns X - Y (e.g. 1 - 10), is this possible without specifying the columns by name?

    kaoticllama kaoticllama
    Discussions |
    Jul 11, 2022 11:22 PM
    848 views | 1 replies
  • Replace ALL occurrences of a match in a string

    Let's say I have a very long string, which essentially are just field names, comma separated. My problem, when trying to break it into separate fields, is that some names have comma inside them, like "{0,0}" or "{45,-45}" or "{90,90}".In order to separate this long string into fields I need to replace that comma with something.This is a small piece of that string: "Normal_0_{0,0}, Normal_90_{45,-4...

    miguello miguello
    Discussions |
    Jul 11, 2022 10:49 PM
    2041 views | 2 replies

Latest Discussions

  • 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
    1202 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
    738 views | 1 replies
  • Bias correction factors

    I am currently using an excel spreadsheet to calculate the results of an MSA. I am looking for software to spread up my process and I am currently trialing JMP. The calculations I am using in my spreadsheet are from the EMP III book by Donald Wheeler.  My problem is that my spreadsheet repeatability and reproducibility results don't marry up with any of the JMP analysis options - Variance Componen...

    Jendb75 Jendb75
    Discussions |
    Jul 12, 2022 6:04 AM
    4842 views | 8 replies
  • Concatenating over a range of columns

    Is it possible to concatenate over a dynamic range of columns? For instance, if I want my result to be a concatenation of columns X - Y (e.g. 1 - 10), is this possible without specifying the columns by name?

    kaoticllama kaoticllama
    Discussions |
    Jul 11, 2022 11:22 PM
    848 views | 1 replies
  • Is it possible that i make extra axis lines to display information during drawing a 3D surface plot

    During i draw a 3D surface plot like this, i can add only 1 line on each axis (x,y,z)  So i'd like to know whether i can utilize extra lines on 3D surface plot. And if possible, please let me know how to make it.

    BottleCollector BottleCollector
    Discussions |
    Jul 11, 2022 6:17 PM
    1185 views | 2 replies

Latest Discussions

  • July/August classes from JMP Education

    JMP Education is offering upcoming classes with a live instructor. Links go to the page in the course catalog with more information and a link to register. July 26-29: JMP: Reliability Analysis for Non-Repairable Systems August 9-12: JMP Pro: Analyzing Curves and Profiles Using the Functional Data Explorer August 16-19: JMP: Statistical Decisions Using ANOVA and Regression August 29-September 1: J...

    Di_Michelson Di_Michelson
    Discussions |
    Jul 11, 2022 8:50 AM
    661 views | 0 replies
  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    782 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    628 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    772 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    995 views | 0 replies
view all discussions