+0  
 
0
419
0
avatar

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 the Women's data set and the Men's.

 

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

 
 Mar 27, 2019

1 Online Users