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

  • FDE + BayesOpt for complex pharma process development

    Hi everyone, We’re developing a highly complex, multi-unit manufacturing process with a large number of CPPs across the various unit operations, together with continuous CQAs such as time-dependent drug release profiles. We’ve built up quite a lot of historical data from previous DoEs, which we’re currently looking at as one combined dataset, and we also have the possibility to generate substantia...

    RicardoCosta RicardoCosta
    Discussions |
    Sep 10, 2026 2:05 AM
    44 views | 5 replies
  • Formula Editor: help with using Subscript function dynamically

    Hi all, I'm trying to compare across rows in my data table in a generalizable manner. To do this, I'd like to create a formula column that finds and returns a value from a specific row with certain traits. In this example screenshot, I would like the "Control Result" to be a formula column that returns the "Control" row with a matching "Donor" field, and return the corresponding "Result" score. I...

    sowiakg sowiakg
    Discussions |
    Sep 9, 2026 9:25 PM
    33 views | 2 replies
  • Local Data filter that handles multiple subgraphs

    I am doing a fit Y by X using by variable (3 levels).  I then add a legend by a nominal variable.  Add a local data filter to select the batches of interest.  This works as expected and desired.  As select various batches the graph updates including the legend. However only for the first subgraph, to do the others I need to create a local data filter for each of the others.  The workflow then requ...

    Hegedus1 Hegedus1
    Discussions |
    Sep 9, 2026 8:42 AM
    55 views | 3 replies
  • Custom test using a estimate that is not included, except in the expanded estimates

    In "Fit Model" Standard Least Squares, I would like to do planned comparisons involving a continuous variable.  The Custom Test would seem to be ideal, except that it does not include all the estimates (so as to not overfit). However, some of my planned comparisons involve the estimate that is not included in the custom test dialog (some do not). While expanded estimates shows the value, it is not...

    ResponseRules56 ResponseRules56
    Discussions |
    Sep 9, 2026 2:23 AM
    54 views | 1 replies
  • How to create an average column with JSL based on random columns

    I want to make a column list based on some selection criteria. Column names would not be known in advance. Then I use that column list to make a formula column that takes the mean (or sd or number) of those columns. Simple example script which takes all numeric columns:   dt = Open( "$SAMPLE_DATA/Cars.jmp" ); ColList = {}; For(i=1, i<=NCols(), i++, If(Column(i)<<GetDataType=="Numeric", InsertInto...

    pauldeen pauldeen
    Discussions |
    Sep 8, 2026 2:45 PM
    134 views | 6 replies

Latest Discussions

  • FDE + BayesOpt for complex pharma process development

    Hi everyone, We’re developing a highly complex, multi-unit manufacturing process with a large number of CPPs across the various unit operations, together with continuous CQAs such as time-dependent drug release profiles. We’ve built up quite a lot of historical data from previous DoEs, which we’re currently looking at as one combined dataset, and we also have the possibility to generate substantia...

    RicardoCosta RicardoCosta
    Discussions |
    Sep 10, 2026 2:05 AM
    44 views | 5 replies
  • Formula Editor: help with using Subscript function dynamically

    Hi all, I'm trying to compare across rows in my data table in a generalizable manner. To do this, I'd like to create a formula column that finds and returns a value from a specific row with certain traits. In this example screenshot, I would like the "Control Result" to be a formula column that returns the "Control" row with a matching "Donor" field, and return the corresponding "Result" score. I...

    sowiakg sowiakg
    Discussions |
    Sep 9, 2026 9:25 PM
    33 views | 2 replies
  • Custom test using a estimate that is not included, except in the expanded estimates

    In "Fit Model" Standard Least Squares, I would like to do planned comparisons involving a continuous variable.  The Custom Test would seem to be ideal, except that it does not include all the estimates (so as to not overfit). However, some of my planned comparisons involve the estimate that is not included in the custom test dialog (some do not). While expanded estimates shows the value, it is not...

    ResponseRules56 ResponseRules56
    Discussions |
    Sep 9, 2026 2:23 AM
    54 views | 1 replies
  • how do I obtain main effects and interactions effects on DOE result ?

    Hello,  i m struggling to obtain DOE results interpretation in a user friendly way, which are the main and interactions effects ? i m a former minitab user for years and would like to get support to interprete easily with JMP  DOE results , this is just an example :   The current DOE for which i m requesting support is a simple full factorial design with 3 parameters at 2 levels Would you please ...

    MANCOVAFish5758 MANCOVAFish5758
    Discussions |
    Sep 8, 2026 6:44 AM
    48 views | 2 replies
  • How can I identify an optimal stabilizer combination from a complex formulation stability study

    Dear All, I am looking for advice on the appropriate statistical approach in JMP to evaluate a formulation screening/stability study. I have developed several formulations of an API solution containing different combinations of stabilizing components (A, B, C, D, E). The formulations have been filled into two different container types, so I would like to evaluate both the effect of the stabilizing...

    BHjmp0603 BHjmp0603
    Discussions |
    Sep 8, 2026 6:23 AM
    67 views | 2 replies

Latest Discussions

  • 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
    136 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
    178 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
    160 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
    411 views | 0 replies
  • JMP Live Event Queue Freeze - Jobs Stalling and Event Queue Backlog

    Our company uses JMP Live, version 19.0.2 We make use of JMP Live's event scheduler to automatically refresh reports via SQL queries. Typically our data refresh jobs <1 minute to complete with a handful that take 2-3 minutes at most.  However, at least once a week, our scheduled refresh pool becomes "stuck". Data refreshes and reports which usually take seconds to complete instead stay active in t...

    MetaParrot539 MetaParrot539
    Discussions |
    Jun 9, 2026 7:55 AM
    531 views | 0 replies
view all discussions