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

  • Using JSL to Plot Multiple Series on One Graph

    Hello,    I want to plot multiple series as a function of the same variable on a graph.  For example, here is the type of data I want to plot:   y x1 x2 1 12 14 2 25 28 3 36 38 4 54 49 5 68 86   All I have found so far is a way to plot multiple series on different graphs but never multiple series on the same graph. I want to have checkboxes that allow me to select the series I w...

    Jordan_T Jordan_T
    Discussions |
    Apr 7, 2020 12:36 PM
    6792 views | 5 replies
  • JMP Custom DOE vs Full Factorial DOE

    Hi, I'm new to JMP. I would like to learn and understand the difference between the Custom DOE design and the Full Factorial DOE design. I am designing an experiment using 4 variables (2 levels each, 4th variable is categorical). A full factorial requires 16 runs. When I build the experiment in Custom design however, the default # of runs in JMP is 12. Why are the # of runs in each of these differ...

    SajithD SajithD
    Discussions |
    Apr 7, 2020 9:01 AM
    9630 views | 6 replies
  • Applying functional PCA outcome to the new observed functional data

    I have functional curves from id 1 to id 80. I could obtain the functional PCA analysis result from JMP functional data explorer. Now, I want to obtain corresponding fPCA scores for new observed curves, say id 81. How can I do this?

    Kangwon Kangwon
    Discussions |
    Apr 7, 2020 8:01 AM
    3047 views | 2 replies
  • Pull ZIP Files from HTTP Link

    I have published ZIP files and want to programmatically pull them and store to my PC using JSL. I don't know up front how many files will be present.Is this possible with JSL?   

    thickey1 thickey1
    Discussions |
    Apr 7, 2020 3:54 AM
    5361 views | 4 replies
  • Table Update with get rows

    Hi, I have two tables with > 50k rows and 5 -10 columns and I want to update the first table (dt1) with values from the second table (dt2). I dont want to use loops because it could take a lot of time with rows > 50k. The JSL "update" function works well but I need also the matched rows in dt2 for further use.To show what I mean I used the "update" example from "script index" and add the name MIKE...

    TWE TWE
    Discussions |
    Apr 7, 2020 1:57 AM
    3537 views | 4 replies

Latest Discussions

  • JMP Custom DOE vs Full Factorial DOE

    Hi, I'm new to JMP. I would like to learn and understand the difference between the Custom DOE design and the Full Factorial DOE design. I am designing an experiment using 4 variables (2 levels each, 4th variable is categorical). A full factorial requires 16 runs. When I build the experiment in Custom design however, the default # of runs in JMP is 12. Why are the # of runs in each of these differ...

    SajithD SajithD
    Discussions |
    Apr 7, 2020 9:01 AM
    9630 views | 6 replies
  • Continuous Variables Nested within a Categorical Variable?

    Hello, I am new to JMP and am not sure how to model my data so any suggestions on the steps I should take would be much appreciated!! I apologize in advance for my very limited knowledge of statistics.I have a data set with a categorical variable (donor) and two parameters unique to each donor that are continuous (age and BMI). I would like to see how different response variables (also continuous ...

    angie_newbie angie_newbie
    Discussions |
    Apr 5, 2020 3:24 PM
    6513 views | 9 replies
  • Is it possible to create an overlay plot representing confidence intervals?

    I have lower bound and upper bound of the confidence interval for each estimate already available in my data, I just want to draw it using JMP. All the blogs I have found are regarding generating and drawing confidence intervals with JMP. Any help would be very welcome, thank you very much.

    myriam_alexande myriam_alexande
    Discussions |
    Apr 4, 2020 12:14 PM
    11786 views | 7 replies
  • How to do Weighted Least Squares for simple regression

    Hi, I'm new to JMP and I need some advice on how to run a WLS for a simple regression.Other discussions say that I use Analyze > Fit Y by X > select another numerical column with the appropriate weights and click "Weight".But what exactly do I put in the weight tab? Do I put the saved residuals or the x variable itself? Sorry if this question is very elementary -- I'm having hard time navigating t...

    Soniayoung Soniayoung
    Discussions |
    Apr 4, 2020 3:35 AM
    3501 views | 1 replies
  • Replacing missing data by regressed values

    HiI have a time series for which the variable has missing values. I would like to replace the missing values by a linear model derived from the closest available values in time.What would be the best way?And if the script could do that to all the columns of my table (except the time), that would be even better ThanksExampleWhat I havetOutput0101.2.43010.2010What I want:tOutput0101152204301022.5201...

    guilhem guilhem
    Discussions |
    Apr 3, 2020 8:26 PM
    17253 views | 22 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
    1667 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