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 move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

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

Box plots from five number summary

Does anyone know how to create a boxlot using only the five-number-summary (MIN, Q1,MED, Q3, MAX)?
1 ACCEPTED SOLUTION

Accepted Solutions
mpb
mpb
Level VII

Re: Box plots from five number summary

As an example, if you create the following table:

you can use either Fit y by x or Variability to create box plots for each ID which show the correct Min, Q1, Med, Q3, and Max. In Fit y by x if you ask for Quantiles, all other calculated quantiles (ie 10 and 90) have no meaning since they depend on additional data not present.

Example:

View solution in original post

2 REPLIES 2
mpb
mpb
Level VII

Re: Box plots from five number summary

As an example, if you create the following table:

you can use either Fit y by x or Variability to create box plots for each ID which show the correct Min, Q1, Med, Q3, and Max. In Fit y by x if you ask for Quantiles, all other calculated quantiles (ie 10 and 90) have no meaning since they depend on additional data not present.

Example:

Re: Box plots from five number summary

I tried both options you suggested and indeed they work.
Thank you!
Naama

Recommended Articles