Vaccine: Reported serious reactions due to vaccines in 11 southern...

VaccineR Documentation

Reported serious reactions due to vaccines in 11 southern states

Description

Data for Exercise 1.111

Usage

Vaccine

Format

A data frame/tibble with 11 observations on two variables

state

U.S. state

number

number of reported serious reactions per million doses of a vaccine

Source

Center for Disease Control, Atlanta, Georgia.

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


stem(Vaccine$number, scale = 2) 
fn <- fivenum(Vaccine$number)
fn
iqr <- IQR(Vaccine$number)
iqr


BSDA documentation built on Sept. 19, 2023, 1:08 a.m.