cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • 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
    2262 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
    5257 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
    4392 views | 3 replies
  • Type 1 and 2 error in a design

    Is there any calculation to understand and reduce Type I and II errors in a design? 

    billi billi
    Discussions |
    Jan 3, 2020 9:31 AM
    3380 views | 4 replies
  • Data points on a variability plot to display X-axis values instead of Y-axis and Row-number?

    Hi, I am plotting a variability plot and reporting as an interactive html. When I hover over the datapoints on the variability plot I see a peek into the Row-number and the corresponding Y-axis value. Is there a way to show the X-axis value in the peek window as well? I don't mind removing the row-number or the Y-axis value if necessary. Thanks. -Prithvee

    psundar6 psundar6
    Discussions |
    Jan 2, 2020 4:36 PM
    7496 views | 5 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
    2262 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
    5257 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
    4392 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
    6454 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
    2755 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
    1585 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
    1958 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
    1318 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
    1352 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
    2155 views | 0 replies
view all discussions