cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
TwinsFam
Level I

how do I create a probability plot of data across multiple lots

I'm trying to create a probability plot of data, where three lots are plotted against each other.  Something like this:

TwinsFam_0-1741786305247.png

However, I can't seem to get there from the data table.  I'm using JMP17.

 

2 REPLIES 2
statman
Super User

Re: how do I create a probability plot of data across multiple lots

Welcome to the forum.  It is really helpful for you to attach your JMP table (you can anonymize it).

 

You will need a column in your table that has lot number identified.

"All models are wrong, some are useful" G.E.P. Box
hogi
Level XII

Re: how do I create a probability plot of data across multiple lots

There are multiple possibilities available in JMP:
how to make cumulative probability plots in JMP? 

Oneway [which is also used for your plot]  is by far the easiest approach.
Just activate the Normal Quantile plot via:

hogi_0-1741841353508.png


Life Distribution is  the most professional platform in Jmp to create such plots.
It allows to fit the data and to split the data via Grouping and the the By option.
Via JSL, one can collect the individual plots to generate a binned / grouped probability plot like this one:

hogi_0-1741842505098.png

 



If you don't care about the "-1" counting difference between cumulative percent and cumulative probability, you can use the summary statistics of Graph Builder.
There are many benefits:

  • multiple parameters can be plotted next to each other
  • compatible with all the functionality in Graph Builder, one can use Overlay, split the data into subplots.
  • This approach is even compatible with Columns Switcher. This allows you to change the analysis parameter in the final report. Very helpful for exploratory data analysis!

The only disadvantage is the missing "N-1"

hogi_1-1741841462313.png


With the new Scoping Options of Graph Builder / JMP19, I will have a new favorite:

hogi_2-1741841817987.png

hogi_4-1741841859149.png


Then graphs like this one can be generated in a few seconds - and the user can drag columns onto the Overlay and Grouping dropzones to dig deeper and find hidden secrets.

hogi_6-1741842025216.png
And Column Switcher can be enabled with some JSL magic ...


Add CDFs to Graph Builder 

Summary Statistics in Graph Builder - add Cumulative Probability 

Recommended Articles