dslabs (version 0.7.3)

us_contagious_diseases: Contagious disease data for US states

Description

Yearly counts for Hepatitis A, Measles, Mumps, Pertussis, Polio, Rubella, and Smallpox for US states. Original data courtesy of Tycho Project (http://www.tycho.pitt.edu/).

Usage

data(us_contagious_diseases)

Arguments

Format

An object of class "data.frame".

Details

  • disease. A factor containing disease names.

  • state. A factor containing state names.

  • year.

  • weeks_reporting. Number of weeks counts were reported that year.

  • count. Total number of reported cases.

  • population. State population, interpolated for non-census years.

References

Willem G. van Panhuis, John Grefenstette, Su Yon Jung, Nian Shong Chok, Anne Cross, Heather Eng, Bruce Y Lee, Vladimir Zadorozhny, Shawn Brown, Derek Cummings, Donald S. Burke. Contagious Diseases in the United States from 1888 to the present. NEJM 2013; 369(22): 2152-2158.

Examples

Run this code
# NOT RUN {
data(us_contagious_diseases)
head(us_contagious_diseases)
# }

Run the code above in your browser using DataLab