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

  • Does JMP GPU-accelerate math operations?

    (1) I'm curious if JMP makes use of GPU to accelerate math (e.g. matrix) operations (on Mac, on Windows). (2) As far as graphics operations, I'm aware that on Windows, there is an option for using GPU to accelerate graphics. What about on Mac? John

    john_madden john_madden
    Discussions |
    Apr 27, 2020 2:55 PM
    5107 views | 2 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
  • Get selected values from one table, sort, copy and past into another table

    Hi,I have two tables. The one i'm calling the big table has part numbers, prices, BLS index codes, and BLS index names. This table has a couple million rows duplicating the part number but different prices and BLS indices. My small table has a few hundred rows of unique part numbers. Columns for BLS index and name, not populated. I'd liketo populate the BLS index and name in small table with the B...

    nrodrig1 nrodrig1
    Discussions |
    Apr 27, 2020 2:12 PM
    2758 views | 1 replies
  • Frame size with Multiple graphs in List box

    I plot 3 graphs for every VISUAL_ID. One for Resistance, one for DRP, and one for Temperature. The problem I'm having is that when there are multiple VISUAL_IDs, the graphs become very small. I set graph size in the Graph Builder, but that seems to be distributed over all the graphs. The width stays constant among all graphs, but the length of each graph varies depending on how many VISUAL_IDs are...

    rmiyasato rmiyasato
    Discussions |
    Apr 27, 2020 11:55 AM
    2717 views | 2 replies
  • Crosshair Tool: How to Edit Decimal Places?

    The JMP crosshair tool seems to display any number digits in a large value, but it will only display up to 2 decimal numeric digits.  This is a problem because below 1/100 resolution, the crosshair value may not vary at all across the axis in view (IE: it will always display 0.01).Is there a way to edit the number of decimal places displayed by the crosshair tool?I am using JMP11.Thanks!

    robot robot
    Discussions |
    Apr 27, 2020 9:23 AM
    14081 views | 5 replies

Latest Discussions

  • 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
    3824 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
  • JMP and R connection issue

    I just saw a cool webinar today on using some features in R that are not available in JMP via JSL. I am specifically talking about t-SNE: Data visualization with t-SNE and UMAP . I am running JMP 14 on Mac OS 10.13 (High Sierra) and, according to the add-in link above, the R version to get is 3.3.3, so I downloaded that, restarted, and followed this: https://www.jmp.com/support/help/en/15.1/index....

    abmayfield abmayfield
    Discussions |
    Apr 24, 2020 12:34 PM
    14304 views | 9 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