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

  • Nearest Neighbor to detect outliers

    I have a data set with three columns X,Y and Z. There are several rows in the table. X and Y coordinates in each row is one location in XY space and Z is the height at that XY location. I want to create a 3x3 cluster at each XY location and calculate the average of 8 nearest neighbor points (excluding the center point). Then subtract Z height of the XY location in the center from the calculated av...

    rverma rverma
    Discussions |
    Mar 8, 2020 7:38 PM
    3702 views | 3 replies
  • How can i extract a specific "Word" From a column?

    Hi, I am trying to create a column called "Flag" where the values are the first Word from column "Test type", i am using "_" as a delimiter for the search. How can i do this in JMP14? Test typeFlagFINAL_PASS_FT2_-40FINALFIRST_PASS_FT2_-40FIRSTFT_COLDFTFT_COLDFTFINAL_PASS_8745_COLD_QA-40_2_FTFINALFIRST_PASS_8745_COLD_QA-40_2_FTFIRSTFT_ROOMFTFINAL_PASS_8625_ROOM_TEST_2_FTFINALFIRST_PASS_8625_ROOM_TE...

    kmouloua kmouloua
    Discussions |
    Mar 8, 2020 4:48 PM
    4477 views | 2 replies
  • HELP WITH FRACTIONAL FACTORIAL DESIGN OF EXPERIMENT

    How do I carry out a fractional factorial design of experiment. I have watched some videos but they did not explain the basics to me very well. I have a data I need to analyse but I am new to design of experiment, yet, I don't have time to spare. I will prefer an interactive explanation.I greatly appreciate any help provided

    JesusJewel JesusJewel
    Discussions |
    Mar 8, 2020 6:55 AM
    4840 views | 5 replies
  • How to select marked rows?

    I love markers and colors as temporary placeholders for data grouping.  However, I cannot figure out how to select all rows with a particular color maker, or a particular symbol marker.  Of course, one can select all excluded or hidden, but if we can label them, we should be able to select them all without scrolling and clicking.  Help?  Also, I would hope this does not require a script, but if ne...

    aadecarlojr aadecarlojr
    Discussions |
    Mar 7, 2020 1:43 PM
    5814 views | 2 replies
  • Save residual by using jmp script

    Hi,   I created a script to run a correlation.  there are 2 fit line : a) linear correlation fit , b) 1:1 fit. I need to save the residual from the 1:1 fit (fit special). how do I do that with the JMP script ?     plot = data table("Correlation_Raw")<< Bivariate( Y( :NewTester ), X( :RefTester ), Fit Line( {Confid Curves Fit( 1 ), Line Color( {212, 73, 88} )} ), Fit Special( Intercept( 0 ), Slope(...

    yanee yanee
    Discussions |
    Mar 7, 2020 1:30 PM
    3135 views | 2 replies

Latest Discussions

  • HELP WITH FRACTIONAL FACTORIAL DESIGN OF EXPERIMENT

    How do I carry out a fractional factorial design of experiment. I have watched some videos but they did not explain the basics to me very well. I have a data I need to analyse but I am new to design of experiment, yet, I don't have time to spare. I will prefer an interactive explanation.I greatly appreciate any help provided

    JesusJewel JesusJewel
    Discussions |
    Mar 8, 2020 6:55 AM
    4840 views | 5 replies
  • Paste Table Script into Script

    I am trying to save a script to my data table that will recreate a table I made previously. This is an add-in that is pretty extensive and involves opening/closing several different tables, creating summary tables, joining, updating and in the end the only data I will need for the reports is a simple 2 column table. I would like the users to be able to run this add-in one time, and if they acciden...

    aallman aallman
    Discussions |
    Mar 6, 2020 4:00 PM
    4871 views | 5 replies
  • Accessing JMP plots from Python

    I have some team members that use JMP for analysis and plotting of some data. We have a set python tools that plan to take in the plots from JMP. We have been able to get the data tables from JMP in Python, but I don't see a way to bring in the plots directly.  I'm referencing the Automation Reference pdf that comes with JMP. Anyone have any ideas?

    cookiedough cookiedough
    Discussions |
    Mar 6, 2020 1:40 PM
    2709 views | 1 replies
  • Methods for assessing lag variables

    Do any of the gurus on here have an easy way to adjust columns based on some hypothesized lag.  Example situation: Trying to determine the impact of factors on sales, and some of the factors have been hypothesized to have a lag effect (e.g., 1 wk, 2 wk, 1 month, 1 qtr). So, for example, if we want to determine the effect of some variable (e.g., reviews, price, stars, etc.), but it takes "x" time (...

    statman statman
    Discussions |
    Mar 5, 2020 11:11 AM
    5565 views | 8 replies
  • Best design for a DOE with 3 variables and one 4 level categorical

    dear allI am looking to find the best design with the following: 3 variables and 4 level categoricals. I have for now a custom design RSM with 28 sets. is there anything better?Ideally I would like to reduce it to 15 sets.Many Thanks in advanceKind regardsStephanie 

    slemoult1 slemoult1
    Discussions |
    Mar 5, 2020 8:06 AM
    8283 views | 10 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
    2217 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
    2020 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
    1668 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
    1604 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
    1682 views | 0 replies
view all discussions