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

  • Get selected item from a list box - changed behavior of JSL?

    Currently going through this beautiful instruction video on how to write a JSL script by  @David_Burnham.  Up to 07 minutes and 28 seconds everything works as expected. Starting around 8 minutes and 13 seconds, precisely when the window is converted into a modal window, this code here throws an error:   // doesn't work: lst = {"A", "B", "C"}; New Window("Select", << Modal, Border Box(top(10), b...

    Ressel Ressel
    Discussions |
    Sep 12, 2026 11:07 AM
    108 views | 3 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 11, 2026 12:24 PM
    49 views | 0 replies
  • Request for JMP 18 Login and Usage Information

    Hi Team, Iam adim for the JMP unable to see manage software option in my.jmp.com Could you please provide the JMP 18 login information for each PMI license holder, along with the JMP usage details for all PMI users who have been assigned a JMP license? Specifically, I am looking for: The list of PMI users with JMP 18 licenses assignedUser login IDs/email addressesJMP usage information, including l...

    CurseOfCurveCat CurseOfCurveCat
    Discussions |
    Sep 11, 2026 8:57 AM
    76 views | 1 replies
  • JMP 18 PMI license holder

    I require the login details for each PMI JMP 18 license holder, along with JMP usage information for all PMI users who have been assigned a JMP license.  

    CurseOfCurveCat CurseOfCurveCat
    Discussions |
    Sep 11, 2026 1:10 AM
    83 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 10, 2026 5:16 AM
    215 views | 7 replies

Latest Discussions

  • 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 11, 2026 12:24 PM
    49 views | 0 replies
  • Request for JMP 18 Login and Usage Information

    Hi Team, Iam adim for the JMP unable to see manage software option in my.jmp.com Could you please provide the JMP 18 login information for each PMI license holder, along with the JMP usage details for all PMI users who have been assigned a JMP license? Specifically, I am looking for: The list of PMI users with JMP 18 licenses assignedUser login IDs/email addressesJMP usage information, including l...

    CurseOfCurveCat CurseOfCurveCat
    Discussions |
    Sep 11, 2026 8:57 AM
    76 views | 1 replies
  • JMP 18 PMI license holder

    I require the login details for each PMI JMP 18 license holder, along with JMP usage information for all PMI users who have been assigned a JMP license.  

    CurseOfCurveCat CurseOfCurveCat
    Discussions |
    Sep 11, 2026 1:10 AM
    83 views | 1 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
    91 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
    83 views | 2 replies

Latest Discussions

  • 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 11, 2026 12:24 PM
    49 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
    153 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
    196 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
    176 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
    423 views | 0 replies
view all discussions