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.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Neo
Neo
Level VII

Get value for grand median from a variability chart

JMP can plot a line for grand median on a variability chart, but how to show or extract its value?

(I can get JMP to show the value for the grand mean but not for grand median) 

When it's too good to be true, it's neither
1 ACCEPTED SOLUTION

Accepted Solutions
SDF1
Super User

Re: Get value for grand median from a variability chart

Hi @Neo ,

 

  Search up Col Median() in the Scripting Index and you can generate a column median and also include <byVar> in the event that you have different subgroups within the column, say A, B, C, etc.

 

Hope this helps!,

DS

View solution in original post

1 REPLY 1
SDF1
Super User

Re: Get value for grand median from a variability chart

Hi @Neo ,

 

  Search up Col Median() in the Scripting Index and you can generate a column median and also include <byVar> in the event that you have different subgroups within the column, say A, B, C, etc.

 

Hope this helps!,

DS

Recommended Articles