When constructing a boxplot three calculation steps are requ
When constructing a boxplot, three calculation steps are required:
- 1. Calculate the interquartile range.
- 2. Obtain the values of the inner and outer fences.
- 3. Find the median and the first and third quartiles.
The correct sequence of the three steps is
a. 1, 2, 3.
b. 3, 1, 2.
c. 2, 1, 3.
d. 3, 2, 1.
Solution
Option (D) is correct.
