cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.

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

  • EMP Gauge R&R - Reproducibility = 0%

    Hi there! I've ran EMP Gauge R&R and the results show the total variation coming from reproducibility is 0%. However, when I look at the data there are considerable differences in the measured variable of the same samples between operators so I can't understand how the reproducibility variation is 0%:  Can anyone help please? Thank you in advance, Alicia   

    Alicia Alicia
    Discussions |
    Jan 6, 2020 3:11 AM
    10821 views | 9 replies
  • Get relative prediction variance values

    Hello,I would like to make ternary plots showing the relative prediction variance of 3-component mixture DOEs.To do that, I would need to extract a high number of values (let's say 20,000) from the Prediction Variance Profile graph, and make a datatable with these values. This datatable would have 20,000 rows and 4 columns: X1, X2, X3 and the Relative Prediction Variance.Perhaps another way to do ...

    dp30 dp30
    Discussions |
    Jan 6, 2020 1:23 AM
    4190 views | 8 replies
  • ROC curve analysis: sensitivity at fixed specificity

    Dear all,I'm a novice of JMP and I'm stunned with its great potential. I ask your help to solve my problem. I made a ROC analysis on a data set, and I need to calculate, based on ROC curve, sensitivity at fixed 80%, 95% and 99% specificity. The software doesn't seem to provide this option. I know I can approximate these values looking at the cut-offs in the ROC table, however it's only an approxim...

    LgWagon LgWagon
    Discussions |
    Jan 5, 2020 11:40 AM
    1984 views | 1 replies
  • Saving an Empty Table with JSL

    I'm opening several tables from a database, and then saving those into CSV files. The script works fine as long as the table has data, but empty tables (which I also want to save to show that they're empty) give me this error:

    Data table is empty.

    The file could not be saved.
    Unable to save file.{2}

    I can manually save the tables in JMP format, but not as a text export. Any ideas?

    afterword afterword
    Discussions |
    Jan 3, 2020 1:56 PM
    4741 views | 3 replies
  • interactive html and local data filter in jsl

    Hi,I want to save plots of the same variable but filtered for different values as interactive html.Here is an example:new_window = New Window( "NW", hlb = H List Box() ); for (age_index=1,age_index<=N items(age_list),age_index++, graph = Graph Builder( invisible, Size( 1357, 920 ), Variables( X( :index ), Y( :Height ), ), ...

    Leily Leily
    Discussions |
    Jan 3, 2020 1:05 PM
    3891 views | 3 replies

Latest Discussions

  • ROC curve analysis: sensitivity at fixed specificity

    Dear all,I'm a novice of JMP and I'm stunned with its great potential. I ask your help to solve my problem. I made a ROC analysis on a data set, and I need to calculate, based on ROC curve, sensitivity at fixed 80%, 95% and 99% specificity. The software doesn't seem to provide this option. I know I can approximate these values looking at the cut-offs in the ROC table, however it's only an approxim...

    LgWagon LgWagon
    Discussions |
    Jan 5, 2020 11:40 AM
    1984 views | 1 replies
  • Saving an Empty Table with JSL

    I'm opening several tables from a database, and then saving those into CSV files. The script works fine as long as the table has data, but empty tables (which I also want to save to show that they're empty) give me this error:

    Data table is empty.

    The file could not be saved.
    Unable to save file.{2}

    I can manually save the tables in JMP format, but not as a text export. Any ideas?

    afterword afterword
    Discussions |
    Jan 3, 2020 1:56 PM
    4741 views | 3 replies
  • interactive html and local data filter in jsl

    Hi,I want to save plots of the same variable but filtered for different values as interactive html.Here is an example:new_window = New Window( "NW", hlb = H List Box() ); for (age_index=1,age_index<=N items(age_list),age_index++, graph = Graph Builder( invisible, Size( 1357, 920 ), Variables( X( :index ), Y( :Height ), ), ...

    Leily Leily
    Discussions |
    Jan 3, 2020 1:05 PM
    3891 views | 3 replies
  • Module analysis and correlation networks

    This might be more of a "wish list" post, but I am interested in the capacity of carrying out correlation network analysis in JMP with OMICS datasets (in my case, protein concentration data). There is a popular approach called WGCNA (weighted gene co-expression network analysis), described as follows (from https://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/):"Correlation ne...

    abmayfield abmayfield
    Discussions |
    Dec 31, 2019 7:40 AM
    5496 views | 3 replies
  • Copy Paste of Charts is cutting off end of chart

    When copy and pasting a chart into Word or OneNote, the chart gets cut off on the right side.  Using JMP PRO 12.2. Any advice?  I am new to JMP PRO but old to JMP      

    caroljackson caroljackson
    Discussions |
    Dec 28, 2019 12:46 AM
    2376 views | 2 replies

Latest Discussions

  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1432 views | 0 replies
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    1711 views | 0 replies
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1169 views | 0 replies
  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1218 views | 0 replies
  • Extract Report Data and Export it to Excel

    I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...

    jemairsmartes jemairsmartes
    Discussions |
    Sep 11, 2019 10:27 AM
    1988 views | 0 replies
view all discussions