cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • 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 19 is here! Learn more about the new features.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Is there a way to make a script for a JMP Database Query?

    In order to get traceability of our materials, I currently build a DB query to pull data from a table an Engineering table in our DB.   Can I create a script to do this?

    cjackso21 cjackso21
    Discussions |
    Nov 6, 2025 7:08 PM
    192 views | 1 replies
  • Step by Step Row "list" building: Get All Rows, then Get Rows Where X, then Get Rows Where Y (and X)

    I'm trying to understand working with objects that are containers of rows.  Even that description may be incorrect. What is "FilteredRows" in this context? dt = Current Data Table(); FilteredRows = dt << get rows where( :Date == 12May2025 ); Show( N Rows( FilteredRows ) ); To back up slightly, is there a JSL command to set an object to ALL rows in a datatable?  Or is that never necessary? The clos...

    MeanChris MeanChris
    Discussions |
    Nov 6, 2025 3:15 PM
    214 views | 2 replies
  • Python & JSL function

    From Python in JMP: dataframe column to datatable column best practices and computation speed implications I just learned about this nice new function:  import jmp jmp.globals['pi'] = 3.1415927 jmp.globals['bB'] = 'Bumble Bee' print( jmp.globals.items() ) to define variables in the JSL namespace - like a push version of Python Get()   There are some restrictions. E.g. , at the moment jmp.globals...

    hogi hogi
    Discussions |
    Nov 6, 2025 12:37 PM
    241 views | 3 replies
  • Custom Split Plot Design Replicates

    Hi everyone — I’m planning BioLector (a 48 well bioreactor platform) runs and need advice on implementing my design in JMP. I should note up-front that biological triplicates are applied at the subplot (treatment) level (i.e., three biological replicate wells/runs for each unique combination of the subplot factors A–D within a whole-plot temperature setting). Experiment context (what I want to do)...

    BenoitM BenoitM
    Discussions |
    Nov 6, 2025 8:30 AM
    979 views | 14 replies
  • Analysis of DoE model with center points

    Hello, I have a d-optimal design with 6 center point experiments. While performing the model building, does JMP take the mean of the 6 center points as a datapoint to fit the model? Or does it take all 6 points as individual points? What is the correct way to build the model? In addition, I have one scenario where the variation from the center point replicates is comparable to the variation from t...

    Coverbird30 Coverbird30
    Discussions |
    Nov 6, 2025 7:34 AM
    415 views | 5 replies

Latest Discussions

  • Is there a way to make a script for a JMP Database Query?

    In order to get traceability of our materials, I currently build a DB query to pull data from a table an Engineering table in our DB.   Can I create a script to do this?

    cjackso21 cjackso21
    Discussions |
    Nov 6, 2025 7:08 PM
    192 views | 1 replies
  • Python & JSL function

    From Python in JMP: dataframe column to datatable column best practices and computation speed implications I just learned about this nice new function:  import jmp jmp.globals['pi'] = 3.1415927 jmp.globals['bB'] = 'Bumble Bee' print( jmp.globals.items() ) to define variables in the JSL namespace - like a push version of Python Get()   There are some restrictions. E.g. , at the moment jmp.globals...

    hogi hogi
    Discussions |
    Nov 6, 2025 12:37 PM
    241 views | 3 replies
  • Analysis of DoE model with center points

    Hello, I have a d-optimal design with 6 center point experiments. While performing the model building, does JMP take the mean of the 6 center points as a datapoint to fit the model? Or does it take all 6 points as individual points? What is the correct way to build the model? In addition, I have one scenario where the variation from the center point replicates is comparable to the variation from t...

    Coverbird30 Coverbird30
    Discussions |
    Nov 6, 2025 7:34 AM
    415 views | 5 replies
  • 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
    162 views | 0 replies
  • How are the default response limits for desirability functions determined in the Prediction Profiler of a fitted model?

    How are the default response limits for desirability functions determined in the Prediction Profiler of a fitted model?

    CompositeCamel5 CompositeCamel5
    Discussions |
    Nov 6, 2025 12:55 AM
    118 views | 1 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
    162 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
    154 views | 0 replies
  • QQ Plot behavior under factor coding and no-intercept model

    Hi everyone, When I fit a model in JMP using factor coding and set the model to no intercept, I noticed that the residual normal quantile plot (QQ plot) behaves differently compared to the version with an intercept. Specifically, the residuals and the fitted “robust fit line” in the QQ plot seem to shift vertically, and even after centering the residuals, the slope of the fitted line changes sligh...

    happy happy
    Discussions |
    Oct 30, 2025 4:56 AM
    200 views | 0 replies
  • How to fit a model with random effect using Nonlinear platform

    May I ask a question: In “Random Effect Model.jmp”, where the response is Y, X is a fixed effect, and Z is a random effect, how to fit the corresponding model using “Nonlinear” Platform? "Example 23.13" in the book “Statistical Methods for Reliability Data, Second Edition” is an example of accelerated life test data analysis that includes random effect,I don't know how to perform the analysis, I w...

    Rily_Maya Rily_Maya
    Discussions |
    Oct 26, 2025 4:09 AM
    179 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
    233 views | 0 replies
view all discussions