A percentile rank of 5% means that 5% of 36 month old males weight is less than or equal to 12.0kg. So 95% of 36 month old males weigh more than 12.0kg
A percentile rank of 95% means that 95% of of newborn females height is less than or equal to 53.8 cm. So 5% of newborn females height is more than 53.8cm
Q2 = 50% of states have a violent crime rate that is 333.8 crimes/100,000 population or less. So 50% of the states have a violent crime rate greater than 333.8
Q3 = 75% of states have a violent crime rate that is 454.5 crimes/100,000 population or less. So 25% of states have a violent crime rate greater than 454.5
IQR = 202.1. This means that the range of the middle 50% of the observation have a range of 202.1 crimes/100,000 population
1243.7 is above the upper fence (757.65), so the Washington DC crime rate is an outlier
The distribution is skewed right because the difference between Q2 and Q3 is greater than the difference between Q1 and Q2. The outier is also in the right tail, which implies it is skewed right
Skewed right
5# Summary = 0, 1, 3, 6, 16
Symmetric
5# summary = -1, 2, 5, 8, 11
Median of variable x = 40
Q3 of variable y = 52
Y has more dispersion because the range (whiskers) and the box are both much wider than that of variable x
Variable x is symmetric because the median is in the center of the box and the whiskers are the same length
Variable y is skewed right becuase the median is towards the left of the box and the right whisker is much longer than the left one
Median of variable x = 16
Q1 of variable y is 22
Variable y has more dispersion because the box is wider than the box of variable x, and variable y has longer whiskers
Variable x does have an outlier marked by the “*" to the right of the right whisker
Variable y is skewed left because the median is towards the right of the box and the left whisker is longer
data <- c(.608,.608,.608,.610,.612,
.601,.610,.608,.607,.598,
.606,.610,.605,.611,.600,
.602,.607,.609,.608,.605,
.611,.600,.605,.610,.603)
boxplot(data,horizontal = T)