powered by
Data for Exercise 1.111
Vaccine
A data frame/tibble with 11 observations on two variables
U.S. state
number of reported serious reactions per million doses of a vaccine
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { stem(Vaccine$number, scale = 2) fn <- fivenum(Vaccine$number) fn iqr <- IQR(Vaccine$number) iqr # }
Run the code above in your browser using DataLab