I need help with this, please!
I have two data sets below that I need to make a box and whisker plot for. The only thing I need help with is finding reasonable number line values that would be good for both the Women's data set and the Men's. Because I'm using one number line to make two box and whisker plots. So please advise... thanks'
Data | Women’s |
Minimum =quartile.inc(array,0) | 400 |
First quartile =quartile.inc(array,1) | 579 |
Second quartile =quartile.inc(array,2) | 802 |
Third quartile =quartile.inc(array,3) | 1,055 |
Maximum =quartile.inc(array,4) | 1,920 |
Data | Men’s |
Minimum =quartile.inc(array,0) | 408 |
First quartile =quartile.inc(array,1) | 736 |
Second quartile =quartile.inc(array,2) | 970 |
Third quartile =quartile.inc(array,3) | 1,358 |
Maximum =quartile.inc(array,4) | 2,415 |