cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • Looking for a way to control and move a shape across a graph

    I'm looking for a way to control and move a 'drawn' shape or series of shapes across plot (graph builder) using JSL script, for data visualisation purposes. Think of it as an animation using a series of frames and then scrolling through them to give the impression of movement. By 'drawn' shape, I mean something like:Rect () I was thinking of taking the following approach, but I'm not sure exactly ...

    EDM EDM
    Discussions |
    May 3, 2024 4:39 AM
    1416 views | 5 replies
  • Graphique

    Bonjour à tous, Sur JMP je construis un graphique pour visualiser certaines caractéristiques.En pièce jointe la base de données. Voici le problème rencontré :  Dans le constructeur de graphique, par exemple pour le NUMPART : "C", visuellement j'aimerais visualiser la somme de toutes les observations par rapport au filtre qu'on détermine. L'objectif est d'obtenir un seul point par NUML avec la somm...

    hcarr01 hcarr01
    Discussions |
    May 3, 2024 3:37 AM
    553 views | 1 replies
  • 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
    1546 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
    871 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
    1359 views | 5 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
    1359 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
    2094 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
    1958 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
    687 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
    1354 views | 3 replies

Latest Discussions

view all discussions