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

  • Setting legend color pallet on graph builder

    I have a script that creates a graph builder output with a dataset that has a variable number of items in the legend and variable number of frames.  I'm able to get the frame tree structure then format them but unable to format the legend.  I think I'm close but something is not functional in the very last line.Here's an example script.Names Default To Here( 1 ); dt = Open("$SAMPLE_DATA/Solubility...

    SamKing SamKing
    Discussions |
    Apr 24, 2020 10:39 AM
    2907 views | 2 replies
  • Create a subset based on date filtering

    Hello all,I have a JMP data table on which I want to create a script to create a subset based on a timeframe I want to keep flexible.Looking on the community I found the following piece of script (reported here below) which is good for me, I'm only missing the part of code where, after selecting the start date and end date the subset is created in a new datatable.Someone can help me?Thanks. dt = c...

    js1985 js1985
    Discussions |
    Apr 24, 2020 3:21 AM
    2120 views | 1 replies
  • Multidimensional Scaling Plot

    Hallo, Wie waren die Farben in Multidimensiona Scaling Plot? nach dem Beispiel des Links https: //www.jmp.com/support/help/en/15.1/? os = win & source = application & utm_source = helpmenu & utm_medium = a ... , eingestellt?   Danke für Ihre Hilfe.          

    Mi Mi
    Discussions |
    Apr 23, 2020 11:35 PM
    4353 views | 7 replies
  • Help with transposing data from 1 column across a few columns and repeat

    Hello - I have been searching but haven't quite figured out how to do the following: I have a text file that contains all the data (2600+ rows worth) in one column. The data is of type character and sometimes is more than 1 word. The data is ordered in groups of 5 rows. I have imported the text file and created the 5 columns in which I would like to relocate all the data. That is, I would like to ...

    AxelFoolery AxelFoolery
    Discussions |
    Apr 23, 2020 2:34 PM
    3383 views | 2 replies
  • The Effect test

    Hi All, I have been wondering if anyone could help me to read below results from the Fit Model/ the effect TestBasically, I have a set of data from the last 3 trials and I would like to find out if there is any difference between method of weighing. Currently I use Auto weighers & Manual weighers at different ages. Therefore, I have used age & type of weigher as a factor affecting the bodyweight r...

    Mila Mila
    Discussions |
    Apr 23, 2020 2:24 AM
    14411 views | 9 replies

Latest Discussions

  • Create a subset based on date filtering

    Hello all,I have a JMP data table on which I want to create a script to create a subset based on a timeframe I want to keep flexible.Looking on the community I found the following piece of script (reported here below) which is good for me, I'm only missing the part of code where, after selecting the start date and end date the subset is created in a new datatable.Someone can help me?Thanks. dt = c...

    js1985 js1985
    Discussions |
    Apr 24, 2020 3:21 AM
    2120 views | 1 replies
  • Multidimensional Scaling Plot

    Hallo, Wie waren die Farben in Multidimensiona Scaling Plot? nach dem Beispiel des Links https: //www.jmp.com/support/help/en/15.1/? os = win & source = application & utm_source = helpmenu & utm_medium = a ... , eingestellt?   Danke für Ihre Hilfe.          

    Mi Mi
    Discussions |
    Apr 23, 2020 11:35 PM
    4353 views | 7 replies
  • Scripting Graph Builder - Box Plot to Points?

    Hello, I am finding scripting to the Graph Builder a brutal experience (I have been scripting JMP for some time). It doesn't seem to be intuitive, nor can I seem to find the specific help I need. So I'm waving my white flag and asking the group.  My script grabs the correct columns (which vary in count) and creates a Graph Builder with two nested X levels all properly. The problem is that although...

    FJMoesler FJMoesler
    Discussions |
    Apr 22, 2020 4:58 PM
    4039 views | 6 replies
  • Variability chart: connect cell means across groups

    In a variability chart, when "Connect Cell Means" is selected, no line is drawn from one cell to the next cell in the neighbouring group:  Is this possible? I.e. drawing a line from the mean of One:Third to the mean of Two:First? Thanks,Marcus 

    gandi2223 gandi2223
    Discussions |
    Apr 22, 2020 2:56 PM
    2718 views | 2 replies
  • Which is the better custom DOE design?

    I am designing a custom DOE with 8 factors (5 are continuous, 3 are categorical - 2 level). I would like to include all 2nd order interactions along with 4 center points. I am trying to decide between two options for DOE design: 1.) Including the 2nd order interactions in the model (48 runs total)Using this method, JMP suggests a default of 48 runs. The color map on correlations looks great, with ...

    elitesky elitesky
    Discussions |
    Apr 22, 2020 1:02 PM
    7281 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
    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