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 prevent a data table window from appearing when creating it via script in JMP?

    Hi everyone, I have a JMP script that merges multiple tables into a single output table (see code snippet below).
    Even though I’m trying to keep it hidden using:   Data Table("Combined_Output_Table") << Invisible(1);   the data table window still pops up briefly when it’s created (especially when using Concatenate or Join). Is there a reliable way to keep the table from opening at all while th...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Nov 12, 2025 10:15 PM
    337 views | 3 replies
  • Installing python packages in JMP 19

    I was following the instructions in the online help to install python packages (pandas, numpy, ...) that I need for my scripts, but I am having trouble. When I run  Names Default To Here( 1 ); Python Install Packages( "pandas" ); (I needed to change to "" for it to work), I'm getting the error:

    import jmputils
    jmputils.jpip('install', 'pandas')
    /*:
    ERROR: Can not perform a '--user' install. User sit...

    Feli Feli
    Discussions |
    Nov 12, 2025 9:54 AM
    1333 views | 15 replies
  • Graph Builder Caption box not showing up Axis Table mode

    Hello, On JMP 19, trying to add a caption box for mean/std dev on Axis Table, but it's not showing up.

    Caption box issue from the previous thread

    Thanks, Jackie

    Jackie_ Jackie_
    Discussions |
    Nov 12, 2025 7:41 AM
    441 views | 5 replies
  • Customizing Box Plot in varibility chart to Display Sigma-Based Intervals

    Hello everyone, I am currently working with JMP and using box plots to visualize my data. I noticed that it is possible to configure the display of outliers or quantiles, but I would like to know if it is possible to modify the box plot settings to show intervals based on standard deviations (sigma) around the mean, instead of the usual quartiles. For example, I would like the box to represent mea...

    Harck Harck
    Discussions |
    Nov 12, 2025 6:09 AM
    1018 views | 10 replies
  • recurrence analysis cumulative formula (was JSL coding)

    Hi, all

    I want to Save Cumulative Formula from a model for each Cause level in recurrence analysis model. Following is the code I have  ra = Recurrence Analysis( Y( :age ), Label( :BOT ID ), Cost( :Censor ), Grouping( :Bot Series ), Event Plot( 0 ), Fit Model( Scale Effects( :Bot Series ), Shape Effects( :Bot Series ), Run Model, Model Type( "Proportional Intensity Poisson Process" ) ...

    Caozheng0115 Caozheng0115
    Discussions |
    Nov 11, 2025 12:06 PM
    358 views | 3 replies

Latest Discussions

  • Installing python packages in JMP 19

    I was following the instructions in the online help to install python packages (pandas, numpy, ...) that I need for my scripts, but I am having trouble. When I run  Names Default To Here( 1 ); Python Install Packages( "pandas" ); (I needed to change to "" for it to work), I'm getting the error:

    import jmputils
    jmputils.jpip('install', 'pandas')
    /*:
    ERROR: Can not perform a '--user' install. User sit...

    Feli Feli
    Discussions |
    Nov 12, 2025 9:54 AM
    1333 views | 15 replies
  • Graph Builder Caption box not showing up Axis Table mode

    Hello, On JMP 19, trying to add a caption box for mean/std dev on Axis Table, but it's not showing up.

    Caption box issue from the previous thread

    Thanks, Jackie

    Jackie_ Jackie_
    Discussions |
    Nov 12, 2025 7:41 AM
    441 views | 5 replies
  • recurrence analysis cumulative formula (was JSL coding)

    Hi, all

    I want to Save Cumulative Formula from a model for each Cause level in recurrence analysis model. Following is the code I have  ra = Recurrence Analysis( Y( :age ), Label( :BOT ID ), Cost( :Censor ), Grouping( :Bot Series ), Event Plot( 0 ), Fit Model( Scale Effects( :Bot Series ), Shape Effects( :Bot Series ), Run Model, Model Type( "Proportional Intensity Poisson Process" ) ...

    Caozheng0115 Caozheng0115
    Discussions |
    Nov 11, 2025 12:06 PM
    358 views | 3 replies
  • How to convert UTC timestamp to local time in a column formula


    Hi all, I have a column Timestamp UTC in JMP with values like 2025-10-31T08:30:00.
    I want to create a new column Timestamp Local that converts this UTC time to local time
    Is there a simple formula-based way to add 5.5 hours to my timestamp directly in a column formula, without scripting or using Date Add? Something like: Informat(:Timestamp UTC, "yyyy-mm-ddThh:mm:ss") + (4 * 3600)  but I’m not sur...

    zetaVagabond1 zetaVagabond1
    Discussions |
    Nov 9, 2025 9:30 PM
    1136 views | 10 replies
  • Undocumented Secrets

    hidden secret in JMP: you can paste multiple column names via CTRL+C | CTRL+V   https://community.jmp.com/t5/Abstracts/Plenary-John-Sall-on-Secret-Features-of-JMP/ev-p/849554 @ 44min: (view in My Videos)   https://community.jmp.com/t5/Abstracts/Advanced-Data-Preparation-10-Essential-Tools-in-JMP-to-Get-From/ev-p/849401 ( @julian )   https://community.jmp.com/t5/Discussions/Possible-to-rename-all-c...

    hogi hogi
    Discussions |
    Nov 8, 2025 6:59 AM
    6190 views | 24 replies

Latest Discussions

  • Python and Formula Columns

    Formula Column are very restrictive.
    If the entries of a JMP column are defined by a column formula , there is no possibility to change individual entries, neither manually nor via JSL:   dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << new column("row", Formula(row())) << run formulas; :row << suppress eval; Try(:row[5]=7, Caption("change a cell of a formula column via JSL? doesn't work")); Wait(2...

    hogi hogi
    Discussions |
    Nov 6, 2025 3:08 AM
    197 views | 0 replies
  • Windows 11 > JMP 17.2 > Fit Model > Contrasts > How to Build a Contrast Matrix with More Columns than Conditions?

    Hi JMP Community, When building contrasts in a Regular Least Squares Fit Model analysis, the number of columns (i.e., discrete contrasts) is limited to the number of conditions (i.e., number of items produced by the combinations of all parameters). In many cases, I'd like to create more contrasts than conditions (i.e., comparisons of multiple pairs of factor combinations)  Example: VAR1 = A, B, C ...

    Thierry_S Thierry_S
    Discussions |
    Oct 30, 2025 9:04 AM
    187 views | 0 replies
  • WINDOWS > JMP 17.2 > Custom Report Window > Save Presentation ==> Only portion saved to PPTX

    Hi JMP Community, I built a simple report with a graph builder plot, a multicolumn text section, and a summary section (see below)  that I would like to export to PowerPoint. While I can save this report as a PDF without any problems, when I save it as a Presentation/PowerPoint manually or within the script, JMP generates slides that only contain the plot section and none of the text (GO GENES and...

    Thierry_S Thierry_S
    Discussions |
    Oct 20, 2025 8:06 AM
    255 views | 0 replies
  • Workarounds

    very simple tasks - JMP says NO.   TaskJMP saysworkaroundswishimplementedadd column via Tables/Updatecolumn existsrename one of the columnsAllow Update platform to create new columns if they already exist in the table to be updatedv19copy a cellformula column- recode to dummy column | copy cell | delete dummy column
    - screenshot | OCREdit Pane allows for text copy even if no edit                   ...

    hogi hogi
    Discussions |
    Oct 7, 2025 3:51 PM
    311 views | 0 replies
  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    517 views | 0 replies
view all discussions