cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Distance Calculation using Latitude and Longitude

    Does anyone has idea how to calculate the distance between states in the US using either zip code or latitude and longitude?

    jenkins_macedo jenkins_macedo
    Discussions |
    Apr 28, 2020 2:24 PM
    44180 views | 13 replies
  • print p-values of statistical analysis to a column

    Dear Community,My data table has ~5000 rows with three columns: OTU ID, condition, Relative abundanceI performed a one way Y - X analysis with the designations: condition (X), Relative Abundance (Y) and OTU ID (By) In the one-way analysis report I have to manually check each of the OTU ID for significance effect of condition in e.g. ttest or ANOVAIs there a way to make JMP print a new column in my...

    ezorlo ezorlo
    Discussions |
    Apr 28, 2020 4:10 AM
    9931 views | 4 replies
  • Attribute gauge repeatability & Reproducibility

    JMP experts,  I would like to understand on the mathematical background for calculating the within & between agreements in JMP Attribute gauge R&R study. I can able to understand the within agreement & between agreement individually. But the below one is the consolidated agreement for both. Help share some examples with multinomial data, since I am dealing with the same.  

    maghizhbalaji maghizhbalaji
    Discussions |
    Apr 28, 2020 3:43 AM
    2435 views | 1 replies
  • Add Variability Summary Report to All Open Variability Graphs

    Hi All, I have a question regarding variability summary report. By default, my JMP does not include the table in the variability charts. However, if I want to add the report to all the charts, instead of click on each one of them, is there a faster way to change the default setting or something?Thanks!

    BethZ18 BethZ18
    Discussions |
    Apr 28, 2020 12:50 AM
    3337 views | 2 replies
  • Logical Test to check a range and return True or False

    Hi,   l am trying to check if a value in a cell within a variable lies within a range of values, between 0.50 and 2.0, and if it does fall within that range to return true and if it doesnt return false. i am in the data table, and column info, and typing the following into the edit formula:      If (0.50 < ( :Name( "P1-R1-D1-L1" ) > 2.0), "True", "False")

    // and 
    If (0.50 < ( :Name( "P1-R1-D1-L1"
    ...

    Mickyboy Mickyboy
    Discussions |
    Apr 27, 2020 5:09 PM
    4881 views | 4 replies

Latest Discussions

  • Attribute gauge repeatability & Reproducibility

    JMP experts,  I would like to understand on the mathematical background for calculating the within & between agreements in JMP Attribute gauge R&R study. I can able to understand the within agreement & between agreement individually. But the below one is the consolidated agreement for both. Help share some examples with multinomial data, since I am dealing with the same.  

    maghizhbalaji maghizhbalaji
    Discussions |
    Apr 28, 2020 3:43 AM
    2435 views | 1 replies
  • using the same script in multiple data tables

    Hi everyone,  I am relatively new to JMP and have a "is this possible" question. I have 10 data tables that are identical in terms of columns and type of data, but have different values in each column as they are sorted by staff member. For the first person, I used graph builder to create 9 graphs. I saved the script to the data table as well as to the script window. My question is, since the colu...

    mhd7 mhd7
    Discussions |
    Apr 27, 2020 2:25 PM
    6264 views | 9 replies
  • How to collapse Journal with JSL script

    Hi , I am wondering how to collapse Journal with JSL script . when I finish one JSL script with jrn1<< Journal ended, which comment can be continued after to collapse all my Jrn1 graphic ? I try below but fail   Jr1 = " ................"; Jrn1 << Journal; Jrn1 << Close all like This;     thanks

    yu629xiao yu629xiao
    Discussions |
    Apr 27, 2020 12:28 AM
    3679 views | 4 replies
  • Sensitivity and specificity with CI 95% using nominal variable with JMP 13

    Dear Members of JMP community, I have JMP 13 I'm attending to assess sensitivity and specificity (with CI 95%) of a nominal variable for another nominal variable. I'm not able to perform this May you indicate how to proceed?

    Titanescu Titanescu
    Discussions |
    Apr 26, 2020 5:01 AM
    3823 views | 3 replies
  • how to reverse color gradient

    Hi, recently I set property to a column in big class data table and make this column has color gradient. code is like below:   :height<<set property( "color gradient", { "white to blue", range( colminimum(:height), colmaximum(:height) ) } ); :height<<color cell by value(1);   it works. but after that I want to reverse the color scale, the code is like:   :height<<set property( "color gradient", { ...

    JLX JLX
    Discussions |
    Apr 25, 2020 7:09 PM
    2273 views | 2 replies

Latest Discussions

  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    2206 views | 0 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    2016 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1660 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1600 views | 0 replies
  • 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
    1681 views | 0 replies
view all discussions