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 "autoscale" functional / spectroscopic data?

    Hello,I have some Raman spectroscopy data, i.e. continous data (x: wavenumer, y: intensity) that I would like to analyse in JMP.I am interested in how different sample treatments affect the ratios between the first and second peak (see picture), but due to the measurement, the intensities around this region of interest differ quite a lot. I think that this random difference masks the potential eff...

    Coffeelover Coffeelover
    Discussions |
    May 3, 2024 1:14 AM
    2255 views | 4 replies
  • script to subset selected rows

    Hi, I have the following script: I Want to select some rows and subset them. selection finds 369 rows, but subset only 140 rows. Does someone have any idea what I am missing?   dt = Current Data Table(); Column(dt, "DieX") << data type(Numeric) << Modeling Type(Continuous) << Format(Best, 12); Column(dt, "DieY") << data type(Numeric) << Modeling Type(Continuous) << Format(Best, 12); dt << select w...

    Ohad_s Ohad_s
    Discussions |
    May 2, 2024 1:58 PM
    1263 views | 2 replies
  • How to calculate the Discrimination Index of a PCA?

    I need to calculate the Discrimination index of my PCA in JMP. The DI is the area between the replicates of each sample (three), divided by the total area between all the samples (six) on the PCA (see below). I know how to get a PCA on JMP but am not sure how to quantify the area between replicates and samples. Is there a way to get the DI through the menus, or would it have to be a script?   

    Mcc99 Mcc99
    Discussions |
    May 2, 2024 10:56 AM
    2271 views | 5 replies
  • leave-one-out or k-fold cross-validation methods??

    We recieved the reviewer comment as follow:to confirm the utility of the cut-off value, validation would be needed. However, in this cohort, validation analysis was not performed. As the sample size was small, it would be difficult to perform external validation study. however, internal validation (or cross-validation) analysis might be able by statistical methods such as leave-one-out or k-fold c...

    Marimo Marimo
    Discussions |
    May 2, 2024 9:30 AM
    3029 views | 3 replies
  • Is there a way to get Westgard rules to apply to user defined control in Levey Jennings?

    I have a script that runs two variations of a Levey Jennings, one using data set determined 2 sigma control limits which then correctly applies Westgard rules and the other with user defined defined limits that does not apply Westgard rules based on these inputs. Is there a setting to get Westgard rules to identify user defined limits as the 2 standard deviation calculation?


    In the included image, ...

    GN19 GN19
    Discussions |
    May 2, 2024 6:24 AM
    3169 views | 4 replies

Latest Discussions

  • How to calculate the Discrimination Index of a PCA?

    I need to calculate the Discrimination index of my PCA in JMP. The DI is the area between the replicates of each sample (three), divided by the total area between all the samples (six) on the PCA (see below). I know how to get a PCA on JMP but am not sure how to quantify the area between replicates and samples. Is there a way to get the DI through the menus, or would it have to be a script?   

    Mcc99 Mcc99
    Discussions |
    May 2, 2024 10:56 AM
    2271 views | 5 replies
  • leave-one-out or k-fold cross-validation methods??

    We recieved the reviewer comment as follow:to confirm the utility of the cut-off value, validation would be needed. However, in this cohort, validation analysis was not performed. As the sample size was small, it would be difficult to perform external validation study. however, internal validation (or cross-validation) analysis might be able by statistical methods such as leave-one-out or k-fold c...

    Marimo Marimo
    Discussions |
    May 2, 2024 9:30 AM
    3029 views | 3 replies
  • Is there a way to get Westgard rules to apply to user defined control in Levey Jennings?

    I have a script that runs two variations of a Levey Jennings, one using data set determined 2 sigma control limits which then correctly applies Westgard rules and the other with user defined defined limits that does not apply Westgard rules based on these inputs. Is there a setting to get Westgard rules to identify user defined limits as the 2 standard deviation calculation?


    In the included image, ...

    GN19 GN19
    Discussions |
    May 2, 2024 6:24 AM
    3169 views | 4 replies
  • How can I use JSL to determine if the specified script has an open edit window?

    For example, I open the script window for "C:\test.jsl".
    How do I use JSL to determine if this script window exists?dz = Open( "C:\test.jsl", Charset( "gb2312" ), Add to Recent Files( 0 ) ); Include( "C:\test.jsl" );Thanks!

    lala lala
    Discussions |
    May 2, 2024 4:02 AM
    978 views | 2 replies
  • Bar Graph with brackets

    Hello everyone, I need some help with bar chart in JMP. I guess there is a two part for this question:  1. I have the following dataset in a long format : Value: Column number2                1
    3                1
    4                1
    5               1
    7              1
    8              1
    9              2
    10           2
    11           2
    12            2 I used the Graph Builder to do the following graph:  I would l...

    JmpLearner1 JmpLearner1
    Discussions |
    May 2, 2024 2:57 AM
    2335 views | 3 replies

Latest Discussions

view all discussions