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

  • JMP CUSTOM DESIGN

    Good day, Mark Bailey @Mark_Bailey ,
    Please I have an issue setting up a custom design for my experiment.
    According to the design experiment, it is supposed to be a Split plot design (having two drought treatments, with each having 3 XYZ-crop genotype replicated 4 times giving it 24 runs in all I believe). However, I am finding it difficult to set it up in custom design or should I say I'm not confi...

    Gabriel Gabriel
    Discussions |
    May 20, 2020 6:55 AM
    5025 views | 9 replies
  • Why do i get "Convergence Questionable: check iterations" when running standard least squares mixed model?

    Hi All,  I am a biomed PhD student, and hypothesise that a particular cell type increases at with different length of drug treatments (e.g. comparing PBS control to d12 of treatment to d19 of treatment). I have used JMP pro12 and run a standard least squares model. I have performed two experiments to test this, and have set the experiment code as a random effect. The other effect is treatment. I a...

    emmahoulder emmahoulder
    Discussions |
    May 20, 2020 6:51 AM
    3753 views | 4 replies
  • Select All Columns and Delete Formula Property?

    Comparable to Copy All Paste Special Values in Excel, how can I select all columns in Data Table and delete column formulas while preserving the values of each column in JSL Script?This previous discussion was a beneficial first step.JSL - How to remove formula from column?

    aandw aandw
    Discussions |
    May 20, 2020 6:06 AM
    21674 views | 10 replies
  • Save data table in existing Excel spreadsheet as a new tab

    Hi, I have a data table and save it with the "save" command dt1<< Save( Path||".xlsx" ); Now I would like to save another data table dt2 into the same Excelsheet but in a different worksheet tab Is there a way to realize this? Thanks

    TWE TWE
    Discussions |
    May 20, 2020 5:41 AM
    2407 views | 2 replies
  • set data type for new column

    Hi, How can I conditionally and programmatically set a data type for a new column? I have a workaround that covers numeric / character, and it could be extended for other types, but I'm trying to get the method below (marked 'not working') to work. The log shows it is not recognizing the type variable. I've tried a few things like parse() but have been so far unsuccessful.Names Default To Here( 1 ...

    xeqapena xeqapena
    Discussions |
    May 19, 2020 10:02 PM
    1775 views | 2 replies

Latest Discussions

  • Why do i get "Convergence Questionable: check iterations" when running standard least squares mixed model?

    Hi All,  I am a biomed PhD student, and hypothesise that a particular cell type increases at with different length of drug treatments (e.g. comparing PBS control to d12 of treatment to d19 of treatment). I have used JMP pro12 and run a standard least squares model. I have performed two experiments to test this, and have set the experiment code as a random effect. The other effect is treatment. I a...

    emmahoulder emmahoulder
    Discussions |
    May 20, 2020 6:51 AM
    3753 views | 4 replies
  • set data type for new column

    Hi, How can I conditionally and programmatically set a data type for a new column? I have a workaround that covers numeric / character, and it could be extended for other types, but I'm trying to get the method below (marked 'not working') to work. The log shows it is not recognizing the type variable. I've tried a few things like parse() but have been so far unsuccessful.Names Default To Here( 1 ...

    xeqapena xeqapena
    Discussions |
    May 19, 2020 10:02 PM
    1775 views | 2 replies
  • Regression with Categorical (Character) Variables

    Hi all, I recently finished a test that measured the pressure inside the combustion chamber just after firing/igniting a potato gun. I ran this test for three very different combustion chamber geometries. I gave each combustion chamber geometry a name: Alpha, Bravo, and Charlie. I elected to not use a nomial or ordinal characterization for this factor  I understand that in all types of modeling, i...

    mbdahl mbdahl
    Discussions |
    May 19, 2020 7:24 AM
    3720 views | 3 replies
  • Creating a prediction interval with monte carlo simulation

    Hi, I was wondering if anyone could help me.   I have a set of data in two columns.  Column one contains a Run ID while Column 2 contains data generated by the run.  My end goal is to plot the 95% prediction interval of the confidence intervals produced by N, N-1, N-2, N-3... until you only have two datapoints per Run, where N = initial number of replicates.  Therefore step by step, If for example...

    HCK1977 HCK1977
    Discussions |
    May 19, 2020 4:54 AM
    2773 views | 2 replies
  • Local data filter in a Dashboard with selection filter doesn't work

    I am trying to build a dashboard with both a Selection Filter and Local Data Filter but it seems the Local Data Filter doesn't work. Any suggestion on how to fix the issue?

    shasheminassab shasheminassab
    Discussions |
    May 18, 2020 11:20 PM
    2797 views | 4 replies

Latest Discussions

  • How do I have two different chart types in a single graph using two axis?

    While doing some research to answer this question, I found this article on the JMP community that helped me get started. How do I do a combination bar and line plot using Overlay Plot?    Using the big class sample data example of height and weight I was able to create a bar chart for weight and a line plot for height on the same chart using the Overlay Plot.     To do this, first clear the row s...

    Bass_Masri Bass_Masri
    Discussions |
    Apr 28, 2020 4:28 PM
    4662 views | 0 replies
  • 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
    2216 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
view all discussions