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

  • Cell Growth 4P model

    Hi all, I have some time course data of cell growth (mammalian) and would like to fit them to obtain cell division and death rate. JMP has a built-in model named "Cell Growth 4P" in the "Fit Curve" option which seems to work pretty well for most of my data. However, for one of the groups, the model showed negative division and death rates. The fit looks pretty good otherwise. I have a few question...

    hxnduke hxnduke
    Discussions |
    Mar 11, 2020 8:04 AM
    5541 views | 4 replies
  • correct interpretation of leverage plot

    I am looking at fit least square results and there are two factors in the model (after reducing the model two factors are left). The whole model is not significant but the leverage plot for factor 'A' is significant. I wanted to check if this is the correct interpretation of the leverage plot: 'Although whole model is not significant but leverage plot shows that factor 'A' has an impact on the res...

    billi billi
    Discussions |
    Mar 11, 2020 7:17 AM
    9639 views | 9 replies
  • Prediction Formula Equation

    Dear and Respected All, Please help in sorting out this issue of getting the prediction final equation after applying RSM to a data. I have read several articles which have cited actual equation in different terms having constant and intercepts (image attached), the one JMP gives are having only numerical values (Image attached).  

    Afnanyasir Afnanyasir
    Discussions |
    Mar 11, 2020 5:18 AM
    11836 views | 7 replies
  • How to force user to provide valid input

    Hi ,I am trying to force the user to give a valid entry: I display a modal window, and ask to give a value.If this value is a string different than "" , then the code should go on using the value given. If not , the script should hang on or prompt the user to give correct input.I tried using a modal window + hiding the OK button, but somehow, it does not do the job (see attached code).Please help....

    samir samir
    Discussions |
    Mar 10, 2020 10:37 PM
    4879 views | 5 replies
  • How to group by and get slopes in a JSL fit model script

    Hi, 

    I'm trying to fit data in group and get slope and R squared number. I'm using Fishing data set as an example here.

    I stacked the data so that the summary will be outputted easily as one single column then I need to spread the columns again. So I did fishing_stacked = dt << Stack( columns( :Fish Caught, :Live Bait, :Fishing Poles, :Camper, :People, :Children, :Fished ), Source L...

    joshua joshua
    Discussions |
    Mar 10, 2020 1:52 PM
    10115 views | 13 replies

Latest Discussions

  • Cell Growth 4P model

    Hi all, I have some time course data of cell growth (mammalian) and would like to fit them to obtain cell division and death rate. JMP has a built-in model named "Cell Growth 4P" in the "Fit Curve" option which seems to work pretty well for most of my data. However, for one of the groups, the model showed negative division and death rates. The fit looks pretty good otherwise. I have a few question...

    hxnduke hxnduke
    Discussions |
    Mar 11, 2020 8:04 AM
    5541 views | 4 replies
  • Prediction Formula Equation

    Dear and Respected All, Please help in sorting out this issue of getting the prediction final equation after applying RSM to a data. I have read several articles which have cited actual equation in different terms having constant and intercepts (image attached), the one JMP gives are having only numerical values (Image attached).  

    Afnanyasir Afnanyasir
    Discussions |
    Mar 11, 2020 5:18 AM
    11836 views | 7 replies
  • Copying PNG images from JMP file to Excel

    I am trying to copy the data from JMP file into Excel. Here is my script:When I run the script the data get copied into the Excel but when I open the excel file it shows some garbage value Can someone help me with this?  dt = Open( "C:\Jay\JMP\JMP data\Images.jmp" ); OutputFolder = "C:\Jay\JMP\JMP data\Test.xlsx"; ColNames = dt << Get Column Names("String"); DesColumnsList = {"pics"};
    for(i
    ...

    Jackie_ Jackie_
    Discussions |
    Mar 10, 2020 12:26 PM
    2602 views | 1 replies
  • get selected item from a List Box()

     I have a GUI where _cbFilters is poupulated in from different list. Once the List Box is populated, I want to select the variable and pass it for some other us. But unable to do that. I tried get text() get selected etc...e..Button Box( "Get DataBase Filter Column", _cbFilters << Remove all; Database_column_type = radio << getSelected; if(Database_column_type == "AN_CDS", ...

    Dib-Dey Dib-Dey
    Discussions |
    Mar 10, 2020 5:59 AM
    3466 views | 2 replies
  • Remove and Store Column Values as LIst

    How do i remove the highlighted and get all the names in column 1 but without the mean(".....") part?

    viskovicz00012 viskovicz00012
    Discussions |
    Mar 9, 2020 11:05 AM
    2004 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
    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
  • 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