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

  • JSL Script: Graph Builder to plot all columns of a data table

    Hi All, Long time JMP user (novice at jsl scripting ), first time poster. I'd appreciate any help!  I am writing a script that does two things: 1. open a text file, import the numeric data, and then save the data table, so I can open it later.2. use Graph builder to plot all the "y-axis" columns at once I have no problems with item #1, so no comments on that are needed. Item #2 is giving me proble...

    dProbela dProbela
    Discussions |
    Mar 25, 2020 9:16 AM
    8641 views | 4 replies
  • Orthogonal regression intercept CI

    I need support in interpretation results of 2 methods bridging (210 vs 280).The results of Bland Altman plot and orthogonal fit are below. How to calculate in JMP CI for intercept in this case?I need to know if 27.2 is significant. It should not be... Results differ with mean difference around 0.27.

    A_Tomczyk A_Tomczyk
    Discussions |
    Mar 25, 2020 7:41 AM
    6595 views | 8 replies
  • Combining graph windows with interactive column switcher

    Hi,I have created two different graphs based on the same data table with different variables that need to be reviewed together by end users. I have added a column switcher to make it easy for the user to go through the different variables. Next I combined the two graphs in a single dashboard using the "combine windows" as it was my understanding that this would maintain the interactive capabilitie...

    JulieSAppel JulieSAppel
    Discussions |
    Mar 25, 2020 6:59 AM
    4079 views | 5 replies
  • Compare Rows by Group

    Hi,I'm trying to write a script comparing rows by group but am having trouble figuring out how to do this    In the table below, I'm trying to select rows that meet both of the following conditions within a group (i.e. by "Subject Number" column):Value in "Target # Days from Previous" column is greater than the row with a value of zero (in example below highlighted rows 71 through 82 have values g...

    christine_kim0 christine_kim0
    Discussions |
    Mar 25, 2020 6:55 AM
    9113 views | 3 replies
  • Automating curve alignment based on a midpoint?

    I am trying to figure out the best way to script aligning geometric shape data I am collecting from a sensor.  The part we are measuring is 'bottom aligned', and we get 250 equally spaced points starting from a fixed z-height.  The problem is that parts are not all exactly the same height, and the goal is to understand the differences in features near the top, relative to a flange that helps secur...

    andersonmj2 andersonmj2
    Discussions |
    Mar 24, 2020 7:41 PM
    5105 views | 6 replies

Latest Discussions

  • Orthogonal regression intercept CI

    I need support in interpretation results of 2 methods bridging (210 vs 280).The results of Bland Altman plot and orthogonal fit are below. How to calculate in JMP CI for intercept in this case?I need to know if 27.2 is significant. It should not be... Results differ with mean difference around 0.27.

    A_Tomczyk A_Tomczyk
    Discussions |
    Mar 25, 2020 7:41 AM
    6595 views | 8 replies
  • Combining graph windows with interactive column switcher

    Hi,I have created two different graphs based on the same data table with different variables that need to be reviewed together by end users. I have added a column switcher to make it easy for the user to go through the different variables. Next I combined the two graphs in a single dashboard using the "combine windows" as it was my understanding that this would maintain the interactive capabilitie...

    JulieSAppel JulieSAppel
    Discussions |
    Mar 25, 2020 6:59 AM
    4079 views | 5 replies
  • Automating curve alignment based on a midpoint?

    I am trying to figure out the best way to script aligning geometric shape data I am collecting from a sensor.  The part we are measuring is 'bottom aligned', and we get 250 equally spaced points starting from a fixed z-height.  The problem is that parts are not all exactly the same height, and the goal is to understand the differences in features near the top, relative to a flange that helps secur...

    andersonmj2 andersonmj2
    Discussions |
    Mar 24, 2020 7:41 PM
    5105 views | 6 replies
  • Saving a table box window with HTML links as HTML Report

    Hello, In JMP12, I have a scripted table box with hyperlinks that I want to save as an HTML report (or any other type of report that will keep the hyperlinks active). I get an error from JMP while saving the report with no error description in the log except "unknown".   Is there anything I am missing?   See the sample script below:     path = Get Default Directory(); alist = {"a", "b", "c"}; nlis...

    noviJSL noviJSL
    Discussions |
    Mar 24, 2020 5:22 AM
    3505 views | 3 replies
  • TXT file import issue

    Dear JMP users, I am facing a problem while importing a TXT file. I am using the Following jsl instruction:Open("U:\Lib\PRODUCTION\Report_Prod.txt");I had no problem until a couple of weeks when it came that some data were missing. I could not understand why as data were visible in the file when importing the .txt file into Excel.Today, I finally tried to import using "Load Text File" jsl instruct...

    J_Bonnouvrier1 J_Bonnouvrier1
    Discussions |
    Mar 24, 2020 4:55 AM
    6758 views | 5 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
    2213 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
    2019 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
    1666 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
    1603 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