cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Help needed

    Hi all,
    I am writing a script where I select a subset from a data table based on some criteria:
    Example dt is my data table with column :Error_ID
    I input: "dt_subset=dt<<select where (:Error_ID==0)<<subset(selected rows(1));" and I expect the dt_subset table to be filled by all the entries in the dt table where the column :Error_ID is 0.
    Now let us say the dt data table has no Error_ID==0 rows, the dt...

    Irenicon Irenicon
    Discussions |
    Sep 22, 2026 1:11 AM
    19 views | 1 replies
  • Error when Saving Project File

    I keep getting an error when trying to save a project file that says:Project has unsaved documents. All files in a project must be saved or closed before the project can be saved. at row 1629.One of my tables has 1629 rows, but it is already saved in the script a few lines above. I even tried manually saving each file again, then tried running the JSL to save the project, and I get the same error ...

    R2OKeefe R2OKeefe
    Discussions |
    Sep 21, 2026 9:39 PM
    9131 views | 10 replies
  • Comprehension of correlation coefficiant |r| (what is the cut-off)

    Hello all,  I am currently working on a L9 Taguchi matrix design of experiments. I have three parameters that have three levels each and I observe their effects on continuous outputs like pH. I want to see how the pH evolves depending on my three inital factors.  By construction, the L9 matrix considers only principal effects and neglects the interaction between terms. More specifically, it aliase...

    FrancesBudgie97 FrancesBudgie97
    Discussions |
    Sep 21, 2026 1:33 AM
    101 views | 3 replies
  • How to select model terms for small sample size (SHould I use Lasso? chose terms manually with p-value?)

    Hi there, I am trying to find the best way to select the terms to include in my quadratic model.  :) First off, I am using Least Squares Method to understand how pH and other continuous (also maybe some discrete indicators to add to my model soon) are affected by three different factors (concentration A , concentration B and ratio C). So I need to find the relationship between the factors (their s...

    FrancesBudgie97 FrancesBudgie97
    Discussions |
    Sep 21, 2026 1:18 AM
    74 views | 2 replies
  • How to batch fill 'Yes' in the column for the selected multiple rows

    If not use formula, is there any simple way to batch fill 'Yes' in the <validation> column for the selected multiple rows?

    ChernoffTurtle7 ChernoffTurtle7
    Discussions |
    Sep 20, 2026 10:40 PM
    42 views | 2 replies

Latest Discussions

  • Help needed

    Hi all,
    I am writing a script where I select a subset from a data table based on some criteria:
    Example dt is my data table with column :Error_ID
    I input: "dt_subset=dt<<select where (:Error_ID==0)<<subset(selected rows(1));" and I expect the dt_subset table to be filled by all the entries in the dt table where the column :Error_ID is 0.
    Now let us say the dt data table has no Error_ID==0 rows, the dt...

    Irenicon Irenicon
    Discussions |
    Sep 22, 2026 1:11 AM
    19 views | 1 replies
  • Comprehension of correlation coefficiant |r| (what is the cut-off)

    Hello all,  I am currently working on a L9 Taguchi matrix design of experiments. I have three parameters that have three levels each and I observe their effects on continuous outputs like pH. I want to see how the pH evolves depending on my three inital factors.  By construction, the L9 matrix considers only principal effects and neglects the interaction between terms. More specifically, it aliase...

    FrancesBudgie97 FrancesBudgie97
    Discussions |
    Sep 21, 2026 1:33 AM
    101 views | 3 replies
  • How to select model terms for small sample size (SHould I use Lasso? chose terms manually with p-value?)

    Hi there, I am trying to find the best way to select the terms to include in my quadratic model.  :) First off, I am using Least Squares Method to understand how pH and other continuous (also maybe some discrete indicators to add to my model soon) are affected by three different factors (concentration A , concentration B and ratio C). So I need to find the relationship between the factors (their s...

    FrancesBudgie97 FrancesBudgie97
    Discussions |
    Sep 21, 2026 1:18 AM
    74 views | 2 replies
  • FDE and Gaussian Profiler combined

    Hello. Let's see if I am able to explain this well enough to be understandable! I am running a Gaussian Process through Specialised Modelling. My factors are FPC Scores from an FDE analysis, and I am finding it quite tricky to interpret how the resulting FPCs would change the main function of the FDE using the Gaussian Profiler.  Does anyone know of an easy way to link both profilers (FDE and Gaus...

    JuliaFr JuliaFr
    Discussions |
    Sep 18, 2026 7:09 AM
    63 views | 1 replies
  • Mann-Kendall Evaluation

    There is a Mann-Kendall Evaluation that can be done in ProUCL. Is there something equivalent (or close to equivalent) in JMP? I'd like to run an existing function/platform in JMP (no scripts).

    FaceBiasBee678 FaceBiasBee678
    Discussions |
    Sep 17, 2026 10:32 AM
    123 views | 2 replies

Latest Discussions

  • Print Preview Header and Footer Scaling with Page

    Hi everyone,  I'm experiencing an issue with JMP 17.2.0. I am trying to save a JMP report as a PDF with headers and footers using the variables for window title, page number, page count, and current date. In Print Preview, when scaling the report to fit on one-page, the headers and footers seemingly scale inversely, getting bigger while the actual report content gets smaller. In the screenshot bel...

    Cathal Cathal
    Discussions |
    Sep 16, 2026 5:29 AM
    61 views | 0 replies
  • Logistic Regression Diagnostics in Generalized Linear Model with Firth Bias Adjustment

    I am looking for guidance on how to perform diagnostics (model fit, model form, assumptions, outliers) of logistic regression models created using the fit model generalized linear model personality. The generalized linear model personality must be used in this case because the data has small sample sizes and complete separation. The only diagnostic plots available in the generalized linear model p...

    rbreuer rbreuer
    Discussions |
    Aug 19, 2026 1:29 PM
    179 views | 0 replies
  • Mass Production of JSL Code Generation via JMP Python Integration Using NVIDIA's Free API (DeepSeek V4 Pro)

    Hey everyone,
    I wanted to share a highly efficient workflow I've developed that bridges JMP's data manipulation capabilities​ with the power of NVIDIA's latest AI models​ running on their free API platform (NIM).
    The core idea is to automate the generation of executable Python/JSL scripts directly within JMP, effectively creating a "content factory" for data analysis tasks.
    The Technical Workflow:
    Dat...

    lala lala
    Discussions |
    Jul 31, 2026 8:37 PM
    215 views | 0 replies
  • PLS2 NIPALS Root Mean Square PRESS

    1.  How to get PRESS values in JMP when using PLS2 NIPALS and Leave out One data ? 2.  When finding RMS PRESS using hand written code I get matching answers for toy problems using (n-1)*k as averaging factor where n is no. of observations and y is number of responses.   3.  But in large problems like Baltic or Gasoline the RMS PRESS was not matching with handwritten code.   But coefficients of the...

    MarginOfWildcat MarginOfWildcat
    Discussions |
    Jul 16, 2026 8:47 AM
    197 views | 0 replies
  • SPC: Run test 2

    The customised run test2, can be customised from 7 to 11, say you set it to 7 and you have 7 + another 11 points all below the centerline why does the process screen function.  Why does it

    1) Record 11 as the number of alarms, where in fact there is only 1 single stepchange
    2) Surely it shoud just record 1, as there is only 1 stepchange that affect 7+11 points.  You are not goin to ivestigate all 18...

    Gadsdon Gadsdon
    Discussions |
    Jun 17, 2026 7:18 AM
    434 views | 0 replies
view all discussions