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.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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 1, 2026 9:12 AM
    14 views | 1 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 |
    Aug 31, 2026 11:23 PM
    172 views | 6 replies
  • Multiplex MSD 96 Well Plate with Spots Map File

    I have used your files and created map file for MSD 96 well multiplex plates with 10 spots per well. I have named the 10 spots "1" to "10" and the well as a whole "11" all in the Part ID column. The Shape ID's are all still the 96 wells using the LetterNumber notation.  This looks GREAT, but when I go to use it, speficying Well as for the Map Role, I only color the entire well, not the individual ...

    Martin Martin
    Discussions |
    Aug 31, 2026 11:11 PM
    10936 views | 9 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 |
    Aug 31, 2026 8:56 PM
    20 views | 1 replies
  • Finding a row in a master dataset

    I want to find a row that i have selected in master dataset with many rows. Is there a built in JMP tool/shortcut for that or a convenient script? I have JMP 17. I want to know if there is something similar to goto(selected_row) and iterate through it?

    Inteling Inteling
    Discussions |
    Aug 30, 2026 11:19 PM
    127 views | 2 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
    98 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
    150 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
    146 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
    403 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
    513 views | 0 replies
view all discussions