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

  • arrange data and analyse

    Hii have done a trial with four blocks. in each block, in modality column, i want to arrange the data to get the avergage of M1+M1 to get respective data of each treatment and then analyse it for differenrt treatments. can u help?

    SampleRulesOx95 SampleRulesOx95
    Discussions |
    Oct 18, 2024 5:33 AM
    1182 views | 5 replies
  • Column Header Ordering

    After transposing data table,  Data Table( "Overall" ) << Transpose( columns( :Value), By( :Department, :Resource, :Chart ), Label( :Date), Output Table( "report overall" ) );My headers which is presented by date is no longer in order. Which I then have to mannually drag and drop to have it fixed. Luckily it only involves 7-8 columns. Nontheless, doing so eats up my time which I do not initial...

    Azim Azim
    Discussions |
    Oct 18, 2024 4:53 AM
    786 views | 2 replies
  • One- Versus-Rest (OVR) and One-Versus-One (OVO) Linear Discriminant Anlaysis (LDA)

    Hello, I'm looking for a way to test a different LDA strategy than the standard One-off (or hand-out) method when trying to predict a categorical repsonse with multiple classes. I'm particullarilly interested in the One-Versus-Rest (OVR)  (also referred to as One-Versus-All or OVA)  and the One-Versus-One (OVO) startegies. Thanks in advance!

    Quentin26 Quentin26
    Discussions |
    Oct 18, 2024 4:11 AM
    667 views | 1 replies
  • Can implement this substitution with an operation with a regex?

    For example, this file is a txt file.TAB spacing:
    Column 2 contains, column 2 contains
    The maximum number of rows is 5
    Can you use regular substitution to replace rows with less than 5 such symbols to complete the cell with a total of 5 similar symbols?
    Make up as shown in the figure.Thanks Experts!

    lala lala
    Discussions |
    Oct 18, 2024 2:29 AM
    2640 views | 13 replies
  • Multiple column color formatting

    I have multiple columns both numerical and characters. I want to color format for all numeric columns.  My first attempt was using if function Local ({dt},
    dt = Data Table ("Cpk report overall");
    dt << Begin Data Update;
    For Each Row(
    If(
    :"Row 1"n >= 1.33, :"Row 1"n << Color cells ("Green", Row()),
    (:"Row 1"n < 1.33) & (:"Row 1"n >= 1.06), :"Row 1"n << Color cells ("Yellow", Row()),
    :"Row 1"n < 1.06, :"...

    Azim Azim
    Discussions |
    Oct 18, 2024 2:06 AM
    841 views | 2 replies

Latest Discussions

  • arrange data and analyse

    Hii have done a trial with four blocks. in each block, in modality column, i want to arrange the data to get the avergage of M1+M1 to get respective data of each treatment and then analyse it for differenrt treatments. can u help?

    SampleRulesOx95 SampleRulesOx95
    Discussions |
    Oct 18, 2024 5:33 AM
    1182 views | 5 replies
  • One- Versus-Rest (OVR) and One-Versus-One (OVO) Linear Discriminant Anlaysis (LDA)

    Hello, I'm looking for a way to test a different LDA strategy than the standard One-off (or hand-out) method when trying to predict a categorical repsonse with multiple classes. I'm particullarilly interested in the One-Versus-Rest (OVR)  (also referred to as One-Versus-All or OVA)  and the One-Versus-One (OVO) startegies. Thanks in advance!

    Quentin26 Quentin26
    Discussions |
    Oct 18, 2024 4:11 AM
    667 views | 1 replies
  • Can implement this substitution with an operation with a regex?

    For example, this file is a txt file.TAB spacing:
    Column 2 contains, column 2 contains
    The maximum number of rows is 5
    Can you use regular substitution to replace rows with less than 5 such symbols to complete the cell with a total of 5 similar symbols?
    Make up as shown in the figure.Thanks Experts!

    lala lala
    Discussions |
    Oct 18, 2024 2:29 AM
    2640 views | 13 replies
  • JMP use for Module Engineers in Semiconductor industry

    Hello guys. I have been using JMP lately for my experimental designs in the semiconductor industry. I wanted to reach out and to see if there is anyone who could help me with a guideline and a couple of questions I have. Thanks for your time and considering my request.Best,Moein

    Moein_afr Moein_afr
    Discussions |
    Oct 17, 2024 11:51 PM
    964 views | 3 replies
  • Creating a dashed median line in boxplot

    I'm creating a boxplot, and I want to have a dashed median line in a boxplot. Please give me show me how to do it. I've tried so many times, but I am not successful. Thank you.

    Huriken Huriken
    Discussions |
    Oct 17, 2024 4:46 AM
    1568 views | 4 replies

Latest Discussions

  • How does AICc criterion and Combined rules interact in Stepwise Fit Platform?

    As an entry-level user of JMP but with a bit of statistical knowledge. I encountered with a problem when trying to use the stepwise fit platform to develope a regression model for my DoE dataset. 

    I read the JMP help book and understand how combined rule applied to p-value based stepwise regression (a joint F-test and another partial F-test of interaction effect when added precedent main effects). ...

    Yun Yun
    Discussions |
    Oct 15, 2024 10:52 PM
    603 views | 0 replies
  • PLS

    New to PLS and confused as to the following: when I run the PLS and ask for results  for two factors, I  get two rows for each Y (in this case metabolites). I must  be interpreting the results wrong, as I do not expect two rows for each metabolite, with a total of four different scores, two apparently corresponding to each factor.  

    CarlSchmidt CarlSchmidt
    Discussions |
    Oct 12, 2024 7:49 AM
    463 views | 0 replies
  • JMP Virtual Lab: Can not access to virtual laboratory because of user name or password error

    1. Reset the password: Password not set successfully2. User name and password are not changed How to solve the problem?

    chenxiaobin chenxiaobin
    Discussions |
    Oct 11, 2024 1:53 AM
    570 views | 0 replies
  • Locked Data Table

    In JMP 18 a locked data table does no longer allow saving a script. This is a disadvantage in my working process. In my view locking the data table should protect the data only. W. Koch

    winfriedkoch0 winfriedkoch0
    Discussions |
    Oct 3, 2024 8:12 AM
    537 views | 0 replies
  • Could JMP show in a single graph a sensitivity analysis and the probability of occurrence of a result?

    Hello Community!Attached is the script "Hogi chart calculates risk and probability", an excellent work by HOGI ... which calculates the risks and probabilities of occurrence of an input or multiple inputs (x), of an output or multiple outputs (Y) or their combination in a table. For example:Would it be possible to expand the capacity of the script to make a sensitivity analysis of the inputs (x) o...

    Marco2024 Marco2024
    Discussions |
    Oct 2, 2024 5:15 PM
    568 views | 0 replies
view all discussions