+0  
 
0
405
0
avatar

I need some help with this.

 

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 numbers 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 26, 2019

2 Online Users