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

  • 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
    668 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
    2641 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
  • Customize Toolbars - Move Items within Toolbar

    I've created a toolbar that contains numerous Custom JSL Scripts that I've written.  I would like to change the order/grouping of these items on the toolbar but can neither drag/drop them to new locations nor do I find any commands for moving or adjusting the position of items within the Toolbar.  The best I've been able to figure out, which is rather clunky and time-consuming, is to create a new ...

    terapin terapin
    Discussions |
    Oct 18, 2024 12:59 AM
    3907 views | 6 replies
  • Plot multiple Y axis from a list of column on JSL

    Hi all,    I have an issue with plotting some data from an FTIR experiment. I have a list containing the name of the columns I want to plot on the Y axis so that they are all overlaid on the same scale (not on top of each other). But somehow I can't figure out how to write the code. 
    I tried like this but it seems like the "Position([1])"isn't really working.   Can anyone help?   Thanks!

    gb = dt<<...

    LGaspard_98 LGaspard_98
    Discussions |
    Oct 17, 2024 11:55 PM
    897 views | 2 replies

Latest Discussions

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
    570 views | 0 replies
view all discussions