Vaccine | R Documentation |
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
Center for Disease Control, Atlanta, Georgia.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
stem(Vaccine$number, scale = 2)
fn <- fivenum(Vaccine$number)
fn
iqr <- IQR(Vaccine$number)
iqr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.