cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

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

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