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

  • How to replace the text in JSL thru User Interface(a dialog window)

    Hi,I've been using SQL in my JSL, and declared 4 variables and set required value.(see below script)What I want is to create a new window as user interface.. when run this JSL, pop up the window first to allow user to input different values for the variables.For example: 1st run JSL, user input: x,y,z,n for the 4 variables, to achieve the effect like below:set @spec = 'x'
    set @opn = 'y'
    set @Loss = ...

    steven_gong steven_gong
    Discussions |
    Mar 24, 2020 12:15 AM
    2642 views | 3 replies
  • How Do I Make a Data Column Numeric Continuous

    I've been stumbling over this and haven't been able to find the proper syntax.   In my data I have a column titled "InstHead_Serial", which is always a numeric value of 6 numeric characters, with no decimal.   I want to treat the data as numeric in my analysis, but when it gets pulled in from our database it is character type data.   I've been trying many permutations of the command below to conve...

    Tom_Watson Tom_Watson
    Discussions |
    Mar 23, 2020 5:48 PM
    11884 views | 4 replies
  • JSL Optimization for speed: Avoiding repeated calls to Save Presentation ("File", Append)

    Hi JMP Community, I'm making some progress in my attempt to generate PowerPoint slides assembled from the Plots stored in multiple journals (JRN) files.The following script produces the right output but it is quite slow most likely due to the repeated calls to << Save Presentation ("file_name", Append).I think it would be much faster to aggregate the different plots in a master container (new wind...

    Thierry_S Thierry_S
    Discussions |
    Mar 23, 2020 9:49 AM
    2051 views | 1 replies
  • heatmap of the US

    I'm looking to create a map of the US in JMP that shows dollars by zip code. Is there a way I can do this in JMP?

    biancapiccirill biancapiccirill
    Discussions |
    Mar 23, 2020 7:04 AM
    13170 views | 6 replies
  • JSL: Saving picture in SVG format

    Hi! I need to save my plots in SVG format. Unfortunately, I often need to generate a large amount of plots, and it is therefore not an alternative to use the GUI approach. JSL has a function for saving picturesdb<<Save Picture("" | "pathname", "format")but according to the JSL Syntax Reference it only supports PDF, PNG, GIF, JPG and EMF. How can I save my plots in SVG using JSL? (In case someone f...

    Ingerid Ingerid
    Discussions |
    Mar 23, 2020 5:35 AM
    4397 views | 3 replies

Latest Discussions

  • How to replace the text in JSL thru User Interface(a dialog window)

    Hi,I've been using SQL in my JSL, and declared 4 variables and set required value.(see below script)What I want is to create a new window as user interface.. when run this JSL, pop up the window first to allow user to input different values for the variables.For example: 1st run JSL, user input: x,y,z,n for the 4 variables, to achieve the effect like below:set @spec = 'x'
    set @opn = 'y'
    set @Loss = ...

    steven_gong steven_gong
    Discussions |
    Mar 24, 2020 12:15 AM
    2642 views | 3 replies
  • How Do I Make a Data Column Numeric Continuous

    I've been stumbling over this and haven't been able to find the proper syntax.   In my data I have a column titled "InstHead_Serial", which is always a numeric value of 6 numeric characters, with no decimal.   I want to treat the data as numeric in my analysis, but when it gets pulled in from our database it is character type data.   I've been trying many permutations of the command below to conve...

    Tom_Watson Tom_Watson
    Discussions |
    Mar 23, 2020 5:48 PM
    11884 views | 4 replies
  • heatmap of the US

    I'm looking to create a map of the US in JMP that shows dollars by zip code. Is there a way I can do this in JMP?

    biancapiccirill biancapiccirill
    Discussions |
    Mar 23, 2020 7:04 AM
    13170 views | 6 replies
  • how to change one column to percentage format

    Like change the weight column to persentage: dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); how to covert the "weight" column as  "95/100*100"=95%. 95% as the final result?                         height  weightKATIE small F    59    95
    LOUISE small F 61 123  

    Theresa Theresa
    Discussions |
    Mar 22, 2020 7:47 PM
    6493 views | 1 replies
  • RE: how do i Fit a constrained longitudinal data analysis (cLDA) in JMP

    Hi thereHow do i fit a cLDA in JMP (via FIT command say) with the constraint that the group means are assumed to be equal at baseline (hence the “constrained” in cLDA). Hence if we had a model with Time and their interaction Group:Time as predictors theoretically  this model structure would impose that the group means are equal at baseline (i think?). In cLDA baseline means are constrained to be e...

    vincem vincem
    Discussions |
    Mar 22, 2020 11:05 AM
    2877 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
    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
    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
    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