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

  • create new column with assigned value by another column value

    I have a column with date, and want to create a new column,  need assign with {A, B, C, D, E} by judging another column unique date.Judge by "rundate" cell value(refer to below pic), kindly help on how to generate a script:1. assign new column Cell[1] == "A", i++, if "rundate" Cell[i] = "rundate" Cell[i++], keep assign new column Cell[i++]=="A".2. if "rundate" Cell[i] < "rundate" Cell[i++], means ...

    qspringleaf qspringleaf
    Discussions |
    Apr 13, 2020 9:53 AM
    2386 views | 2 replies
  • Control chart of continuous temperature data

    Hello, I have conducted a stress experiment in chickens. I've monitored the leg temperature over a period of 7 days. For example, I introduced a loud sound to see what happens with the leg temperature (we expect it to drop after stressor induction). I have extracted the temperature 2 minutes before stressor induction and 2 minutes after stressor induction. So I have a vector of 7001 datapoints, si...

    SW1993 SW1993
    Discussions |
    Apr 13, 2020 7:15 AM
    2960 views | 3 replies
  • highligting the markers of particular rows in Bivariate plot

    Hi Trying to highlighting the markers of particular rows in Bivariate plot.I manuall created the plot and saved the to script window and manually selected 'Theme' column as row legend. But the problem is I don't see those steps above in the script when I looked it! Here is what I meandt = Open( "$sample_data/Hollywood Movies.jmp" ); dt = currentdatatable(); // Don't know I need this here anyway ...

    joshua joshua
    Discussions |
    Apr 13, 2020 12:44 AM
    2836 views | 3 replies
  • About Tables "Transpose" function

    Dear SirsI have question about the function for “ Transpose”.I would like the same action as excel easily..Table1->Table2.But JMP Transpose not allow different data type transfer at same time…so I need to modify items one by one (Num.  Char.)Once I need modify over hundreds of them, it takes long time.Question1: How to transpose data without modify data type?Question2: How to change data type syn...

    StevenChan StevenChan
    Discussions |
    Apr 12, 2020 11:09 PM
    4620 views | 4 replies
  • Deleting multiple columns based on strings in their name

    Hi, I need to delete multiple columns based the strings they contain but sometimes I want to keep some others even if they don't contain those strings. So by following this post's solution Deleting multiple columns based on column name    dt = Open( "$sample_data/Hollywood Movies.jmp" ); col_names = dt << Get Column Names( String ); For( i = N Items( col_names ), i > 0, i--, If( Not( Conta...

    joshua joshua
    Discussions |
    Apr 12, 2020 11:03 PM
    6715 views | 7 replies

Latest Discussions

  • create new column with assigned value by another column value

    I have a column with date, and want to create a new column,  need assign with {A, B, C, D, E} by judging another column unique date.Judge by "rundate" cell value(refer to below pic), kindly help on how to generate a script:1. assign new column Cell[1] == "A", i++, if "rundate" Cell[i] = "rundate" Cell[i++], keep assign new column Cell[i++]=="A".2. if "rundate" Cell[i] < "rundate" Cell[i++], means ...

    qspringleaf qspringleaf
    Discussions |
    Apr 13, 2020 9:53 AM
    2386 views | 2 replies
  • Control chart of continuous temperature data

    Hello, I have conducted a stress experiment in chickens. I've monitored the leg temperature over a period of 7 days. For example, I introduced a loud sound to see what happens with the leg temperature (we expect it to drop after stressor induction). I have extracted the temperature 2 minutes before stressor induction and 2 minutes after stressor induction. So I have a vector of 7001 datapoints, si...

    SW1993 SW1993
    Discussions |
    Apr 13, 2020 7:15 AM
    2960 views | 3 replies
  • highligting the markers of particular rows in Bivariate plot

    Hi Trying to highlighting the markers of particular rows in Bivariate plot.I manuall created the plot and saved the to script window and manually selected 'Theme' column as row legend. But the problem is I don't see those steps above in the script when I looked it! Here is what I meandt = Open( "$sample_data/Hollywood Movies.jmp" ); dt = currentdatatable(); // Don't know I need this here anyway ...

    joshua joshua
    Discussions |
    Apr 13, 2020 12:44 AM
    2836 views | 3 replies
  • The Binomial Distribution Model

    Hi, How do I calculate in jmp, from the following attached formula the p (in the right side of the formula), given P(x) (in the left side). thank you very much

    eldad_galili eldad_galili
    Discussions |
    Apr 12, 2020 8:04 PM
    4918 views | 2 replies
  • How to calculate Day/Month

    I have a data set with a time column covering 10 years of data. How can I calculate month/day (without year) from this column? I want to place this new variable on x axis and overlay my plot by year to look at the trend of my variable (ozone concentration) year-over-year. One idea is to use Day of Year, but I want to show the months on the x axis too which is not possible with Day of Year. Any sug...

    shasheminassab1 shasheminassab1
    Discussions |
    Apr 12, 2020 1:25 PM
    3142 views | 4 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
    2211 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