cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to use JMP Pro to analyze and predict using entire data set rather than selected points in a curve. Register for Nov. 6 Mastering JMP.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Change the data filter display in JMP19

    Hello,   I am currently migrating an application from JMP 18 to JMP 19. In the process, I have noticed a change in behavior (JSL) regarding the Data Filter. In the application, I create a data filter with many columns (>10). I had gotten into the habit of changing the data filter’s display using the command << n col(3) to spread my more than 10 filters across 3 columns (less visually cluttered). I...

    SophieCuvillier SophieCuvillier
    Discussions |
    Sep 3, 2026 10:41 AM
    28 views | 1 replies
  • How to interactlvely add a label value, from specific column, above a data point in graph builder on JMP18

    I have multi row/column data in JMP (18). Using graph builder I have plotted a trend plot. Now I want values from another column (describing the splits in the experiment) to appear over the corresponding data point.  How to do this interactively once the graph is plotted using graphh builder?

    GeneratingBunny GeneratingBunny
    Discussions |
    Sep 3, 2026 9:34 AM
    45 views | 4 replies
  • Cannot save edits to one-way analysis script title bar if a By variable is added

    I have a one way analysis that I want to plot two different ways using JMP 19.1.4 For the first plot, I plot a continuous variable as (y) and a categorical variable as (x).  For this plot, I can edit the script title bar, save the script to the data table, then when I rerun the script, the edited script name appears in the script title bar of the plot. For the second plot, I plot the same continuo...

    StandardCrow102 StandardCrow102
    Discussions |
    Sep 3, 2026 7:25 AM
    77 views | 3 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 3, 2026 7:05 AM
    67 views | 3 replies
  • Visualizing Control Charts for multiple instrument and parameters in one platform/interface (user-friendly)

    Hello, I'd like to get your input on something I want to implement in my team, and to a greater extent, in the company I work for.   Context: We are running a number of processes in multiple instruments. For each of these, we collect a lot of results (process performances) that we measure. We use control charts to visualize if a process is in control in an instrument but this can lead to to tens o...

    Thibarely Thibarely
    Discussions |
    Sep 2, 2026 2:00 AM
    249 views | 7 replies

Latest Discussions

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
    109 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
    161 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
    154 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
    405 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
    521 views | 0 replies
view all discussions