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 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
    41460 views | 19 replies
  • How do I script to save a .jmp file after Concatenate ?

    Hi JMP community, I am trying to make one script button concatenate "PV800_App1_Trend_1_Datalog.csv" with "PLC_DATA_MASTER.jmp" into "CONCATENATED_PLC_DATA.jmp" and then save the concatenated file over the original "PLC_DATA_MASTER.jmp"
    The reason is that I have a USB flash drive with industrial PLC data, and this script can automatically update the new data that the PLC logs, and then keep the mas...

    cheese_stats cheese_stats
    Discussions |
    Jan 30, 2020 10:32 AM
    2507 views | 2 replies
  • D efficiency

    I am new to JMP. In DOE, what is the significance of D efficiency and I efficiency. When I make a custom design model, should the D efficiency be under or over certain value for my design to be useful? In a model I made my D-efficiency is 74 % what does this mean? My design is good/bad/okay?

    parag parag
    Discussions |
    Jan 30, 2020 8:54 AM
    15356 views | 5 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

Latest Discussions

  • 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
    3068 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
    5898 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
    3715 views | 4 replies
  • Empty cells being counted in box plots

    Hi,I am fairly New to JMP so forgive me if this is a bit basic! I have data from 32 individuals. I have recorded numerous parameters for each individual but could only measure one of the parameters in 24 of them. In the Box plot for this parameter n = 32 so it appears to be including the empty cells.  Do I have have to go through and manually exclude rows where the cell for that specific parameter...

    Harj Harj
    Discussions |
    Jan 27, 2020 11:06 AM
    2921 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