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

  • How to keep formatting and comments with New Script () ?

    Hello everyone, it's me again. Another day, another question :)So I made a nice long script that creates a new data table which contains some scripts. I use the New Script () function to do this.dt<< New script ("myscript", // comments //beautiful indentation ( ( ( ( instructions) ) ) ) ) ); My issue is that when I check the script Inside the table dt, all co...

    bobmorrane bobmorrane
    Discussions |
    Jan 31, 2020 1:53 AM
    8221 views | 11 replies
  • How to get a pass_fail column

    I'd like to get a pass_fail column, and @txnelson made it to script.But, this script does not work if any of the many columns do not have a spec in the middle. How can i fix it?Names Default To Here( 1 ); dtOrig = current data table(); colNamesList = dtOrig << get column names( continuous, string ); // Create a work table of just the continuous columns dt = dtOrig << subset( columns( colNamesLis...

    Song Song
    Discussions |
    Jan 30, 2020 8:48 PM
    4165 views | 4 replies
  • Fix color based on value (graph builder overlay)

    JMP users,I need some suggestion how to fix color assignment to a value in a column and be fixed while plotting it in graph builder.I have one column with 1 (pass) and 0 (fail) values which populates based on some formula's from other columns.I am using graph builder and using this *column* to distinguish pass/fail. I am looking to fix 1 as "Green" and 0 as "Red". it works fine in graph builder wh...

    CG CG
    Discussions |
    Jan 30, 2020 5:24 PM
    10833 views | 12 replies
  • How to get the timezone from user's computer/laptop

    Which will be the best or simpler way to get the current UTC time (including timezone) of the user running JMP?     

    FN FN
    Discussions |
    Jan 30, 2020 11:53 AM
    6477 views | 6 replies
  • Show means on box plot in graph builder

    Is there any way to show and connect means on a box plot in graph builder? Is there also a way to show the diamonds that point to the mean without bottom and top 5% of outliers?

    twillkickers twillkickers
    Discussions |
    Jan 30, 2020 11:16 AM
    41428 views | 19 replies

Latest Discussions

  • Fix color based on value (graph builder overlay)

    JMP users,I need some suggestion how to fix color assignment to a value in a column and be fixed while plotting it in graph builder.I have one column with 1 (pass) and 0 (fail) values which populates based on some formula's from other columns.I am using graph builder and using this *column* to distinguish pass/fail. I am looking to fix 1 as "Green" and 0 as "Red". it works fine in graph builder wh...

    CG CG
    Discussions |
    Jan 30, 2020 5:24 PM
    10833 views | 12 replies
  • Run JSL Invisible-Like or Minimized (JSL command)

    Hi, does anyone know if there is a JSL command to run the entire JSL invisible (like) or even minimized?

    By this I mean not bringing up various tables into Windows focus.  I know you can apply things like hidden and invisible to JMP tables, but I have a gazillion tables being created and used within the JSL so was wondering if there is a single JSL command that might do this at the start of the JSL...

    djhanson djhanson
    Discussions |
    Jan 30, 2020 8:11 AM
    1858 views | 1 replies
  • How to set glm for gamma distributed dependent variable

    Hi,My data is continuous and follow a ganma distribution. Which distribution and link function should I choose in the GLM platform? There is not option for ganma distribution..I am using JMP 15.0.0Thanks!I.

    imazarrasa imazarrasa
    Discussions |
    Jan 30, 2020 5:56 AM
    3067 views | 3 replies
  • Why always use an else statement and the fundamental difference between empty and missing values

    Hi everyone, a bit of a theoretical question here. I'm currently writing a JSL Scripting tutorial for my colleagues and so I am trying to make sure I have a good understanding of the way JSL works. I once read on a forum that you should always use an 'Else' statement inside an 'If' loop, even if that meant adding Empty() as the 'Else' statement.To see the difference, I tried playing around with th...

    bobmorrane bobmorrane
    Discussions |
    Jan 28, 2020 8:00 AM
    5897 views | 7 replies
  • Round Robin - Tool to Tool matching - Matched pairs

    Hello together,I am intrested in what statistical methods you would use to compare same items on different tools and sites? Purpose of the study is to define a specification limit. Repeated measurements are not planned as the repeatability of those tools are quite good (Showed by GRR). Still there are deviations within this tool group related to drift and calibration standards. I was thinking to c...

    Martin91 Martin91
    Discussions |
    Jan 28, 2020 4:38 AM
    3712 views | 4 replies

Latest Discussions

  • 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
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    2077 views | 0 replies
view all discussions