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

  • JSL - How to remove formula from column?

    Hi,How can I remove a formula from a column without changing it through JSL?Thanks.

    vitali_pom vitali_pom
    Discussions |
    Mar 12, 2020 3:22 PM
    24534 views | 5 replies
  • loop through column names and do bivariate fitting with certain ones and output slope and R squared value

    Relevant post is here,
    https://community.jmp.com/t5/Discussions/How-to-group-by-and-get-slopes-in-a-JSL-fit-model-script/m-p/251632#M49404
    I have many columns and do not want to include some of them to the analysis. So I need to loop through the column names and pick the ones I need and do bivariate fitting. So by following the solution on above post I did NamesDefaultToHere(1); dt = Open("$SAMPLE_...

    joshua joshua
    Discussions |
    Mar 12, 2020 12:02 PM
    4031 views | 4 replies
  • Capture logging into new window

    I'm trying to capture the logging information into new window. Following code isn't showing anything in new window. This is a first step towards an integrated GUI where "log" is also a tab and can be checked instantly to view logging instead of going to JMP logging page which is separate window.   logging = New Window("Logging", xx=Border Box( Left( 10 ), Right( 10 ), Top( 5 ), Bottom( 5 ), Si...

    Dib-Dey Dib-Dey
    Discussions |
    Mar 12, 2020 9:53 AM
    4286 views | 5 replies
  • PLS modeling - "0 factors" is advised

    Hi everyone !

    Here's my situation: I have a dataset of 58 batches in line, and 213 columns corresponding to my parameters Xs (ex: Glucose at culture day 1, Glucose at culture day 2 etc...) . I have couple of data missing here and there depending on the X and the batches but on the overall the dataset is quite fine.Now I want to use PLS to put all my Xs and try to understand which of them impact my ...

    Elofar Elofar
    Discussions |
    Mar 12, 2020 12:22 AM
    4339 views | 5 replies
  • How to Export a data table to a CSV where all data values are in double quotes

    Is there a way to change the export settings so that all values in the resulting CSV file are enclosed with double quotes?Current output example: 1000,AA,Room,8,Center,...Desired output example: "1000","AA","Room","8","Center",... I pulled this script from a related post, but can't seem to find the correct settings to make it work: dt = Current Data Table(); // Get current prefs current_pref = Cha...

    ckerr ckerr
    Discussions |
    Mar 11, 2020 5:30 PM
    13976 views | 3 replies

Latest Discussions

  • PLS modeling - "0 factors" is advised

    Hi everyone !

    Here's my situation: I have a dataset of 58 batches in line, and 213 columns corresponding to my parameters Xs (ex: Glucose at culture day 1, Glucose at culture day 2 etc...) . I have couple of data missing here and there depending on the X and the batches but on the overall the dataset is quite fine.Now I want to use PLS to put all my Xs and try to understand which of them impact my ...

    Elofar Elofar
    Discussions |
    Mar 12, 2020 12:22 AM
    4339 views | 5 replies
  • Delete cell values based on a column condition and merge rows with same timestamp using JSL

    Hi, I have following "TestData":1. I want the cell value to be null when the status is down. for example ("A status " cell value is "down" the value in Column "A" should be null instead of "1334". should do the same for B , C and D Columns.2.Delete all the columns that has "status" in the column name. Output should be something like this:3. Now all the same timestamp rows  should be merged. expect...

    himajamuppalla himajamuppalla
    Discussions |
    Mar 11, 2020 4:11 PM
    2010 views | 1 replies
  • 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
    5536 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
    11833 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
    2601 views | 1 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