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 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
    3066 views | 3 replies
  • Import csv file using specified row as column names

    Hi all,I wonder to import csv file using specified row as column names (row 3 in this case).Here is the csv file format:Here is the target jmp table format I want:I wrote the below scripts, but failed:Here is my scripts:Names Default To Here( 1 ); Files = Pick File( "Select CSV File", "$Downloads", {"JMP Files|jmp;jsl;jrn", "All Files|*"}, 1, 0, "", "multiple" ); For( i = 1, i <= N Items( F...

    Adam_Xu Adam_Xu
    Discussions |
    Jan 29, 2020 10:18 PM
    6558 views | 3 replies
  • is there an easy way of creating count variable

    I want to create new count variable using variables ID and use_yn (data attached). If variable use_yn for specific ID it represent subject used the service (eg. subject 3 used service twice because it has value 1 twice). Can this be done without JSL?

    billi billi
    Discussions |
    Jan 29, 2020 12:15 PM
    6524 views | 7 replies
  • Display pictures (Exrpessions) in a dialog box or graph builder

    Hey everyone,/* Using JMP 14.1.0 */ I'm using a data table with pictures from measurements on samples made in different conditions. I have about 300 lines with about a hundred columns. I added 4 columns with pictures of about 320x240 pixels ("Expression" data type). What I would like to do is, looking at individual lines, display the different images side by side. In the graph builder, I manage to...

    bobmorrane bobmorrane
    Discussions |
    Jan 28, 2020 9:53 AM
    11447 views | 8 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
    5895 views | 7 replies

Latest Discussions

  • 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
    3066 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
    5895 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
    3711 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
    2918 views | 4 replies
  • Control the graph, chart size in each New Window Tab.

    Hi all,  I have a problem with graph size in each tab of the new window. I have multiple tabs in a new window and the last tab contents a multiple vertical distribution chart (10 or more) enclose in a VListBox() function. The distribution chart are quite long in size and whenever I clicked to other tabs the graph in these tab seem to be stretched as the length of the distribution chart. Is there a...

    Black_Wheel Black_Wheel
    Discussions |
    Jan 27, 2020 6:06 AM
    2930 views | 2 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