cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

Quartile lines on a line graph

Hi, can anyone help? I was trying to add in upper and lower quartile lines into a line graph on graph builder on top of a mean line. 

 

On my X axis I have weeks of they year (time) and my Y axis is weight gain. With the mean line I can see the trend of the population, but I also what to see the trend over time of the top and bottom quartile. 

Thanks!

 

2 REPLIES 2

Re: Quartile lines on a line graph

I tried to add a temporary column in Graph Builder but I ended up adding a new column in the data table for each quartile. Then add them together to the Y axis and change the plotting element to Line.

 

I am using Big Class for my example. Here is the formula for the first quartile:

 

Col Quantile( :weight, 0.25, :age )

Here is the result:

Capture.JPG

 

txnelson
Super User

Re: Quartile lines on a line graph

You can get the information you want, by specifying an Interquartile Range Error Bar.  This may get you what you want

iqr.PNG

Jim

Recommended Articles