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

  • Deleting "Where" text box with JSL

    Hi,While running script with "where" function, a text box is added to report.What is the way to delete it?Is there some way to "not create" it instead of delete it? Because if I run Data Filter changes, the text box may come back.Thanks,Tom. dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
    dt << Distribution(Continuous Distribution(Column( :height )),Where( :sex == "F" ));

    tom_abramov tom_abramov
    Discussions |
    Feb 13, 2020 10:53 AM
    5412 views | 4 replies
  • Sign in with Google temporarily disabled for this app

    Hi, I tried to set up the connection to google in order to be able to access google sheets. When try it I get an error message "Sign in with Google temporarily disabled for this app". It has worked before on another computer (and with that computer I'm still connected). According to an internet search I found that google did some changes and that there are actions required from the app owners:"Goo...

    Ole Ole
    Discussions |
    Feb 13, 2020 3:05 AM
    9007 views | 3 replies
  • How to find VIFs in a Nominal Logistic Regression? Using JMP Pro 14

    I've tried right-clicking in the table of parameter estimates and adding as a column, but the option is not there. I also tried Help -- Statistics Index -- multicollinearity -- launch. Is there anything else I could try? Thanks!

    cwr41 cwr41
    Discussions |
    Feb 13, 2020 2:19 AM
    3355 views | 2 replies
  • ANCOVA with 1 continuous X and 2 categorical X variables

    I am trying to run an ANCOVA on a dataset with a continuous Y variable (streamflow) and a continuous X variable (Precipitation), additionally I have two categorical variables "Period" (A and B) and "Station" (1, 2, 3, 4, and 5). My goal is to explore the relation between streamflow and precipitation within each period - comparing the slopes of those relations across stations, and then compare the ...

    RVhydrA RVhydrA
    Discussions |
    Feb 12, 2020 7:47 AM
    3658 views | 3 replies
  • Waterfall Charts

    I have tried to use the Waterfall Charts Add-In by BradyBrady, but I cannot get it to work for me.  Is there any Waterfall Chart functionality in JMP?

    Steven_Moore Steven_Moore
    Discussions |
    Feb 12, 2020 6:54 AM
    6496 views | 6 replies

Latest Discussions

  • How to find VIFs in a Nominal Logistic Regression? Using JMP Pro 14

    I've tried right-clicking in the table of parameter estimates and adding as a column, but the option is not there. I also tried Help -- Statistics Index -- multicollinearity -- launch. Is there anything else I could try? Thanks!

    cwr41 cwr41
    Discussions |
    Feb 13, 2020 2:19 AM
    3355 views | 2 replies
  • ANCOVA with 1 continuous X and 2 categorical X variables

    I am trying to run an ANCOVA on a dataset with a continuous Y variable (streamflow) and a continuous X variable (Precipitation), additionally I have two categorical variables "Period" (A and B) and "Station" (1, 2, 3, 4, and 5). My goal is to explore the relation between streamflow and precipitation within each period - comparing the slopes of those relations across stations, and then compare the ...

    RVhydrA RVhydrA
    Discussions |
    Feb 12, 2020 7:47 AM
    3658 views | 3 replies
  • Waterfall Charts

    I have tried to use the Waterfall Charts Add-In by BradyBrady, but I cannot get it to work for me.  Is there any Waterfall Chart functionality in JMP?

    Steven_Moore Steven_Moore
    Discussions |
    Feb 12, 2020 6:54 AM
    6496 views | 6 replies
  • How to overlay 2 CDF curves into one single plot using JSL script?

    Hi I would like to put more than one CDF plot in to a single curve.  I can do it under distribution/cdf tool to get a CDF curve, then by manually copy and paste the frame content from one to another curve.  Is there a way that I can do it using script?   Kelvin

    Kelvin Kelvin
    Discussions |
    Feb 12, 2020 4:29 AM
    4103 views | 2 replies
  • Delete Column

    I have 190+ columns and I wanted to delete columns stored in the listRemain_columns = { column names I want to remain}.
    How do I do it using for loop?

    skyzvoir0001 skyzvoir0001
    Discussions |
    Feb 10, 2020 4:00 PM
    2486 views | 1 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