Learn R Programming

dslabs (version 0.7.1)

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.

Examples

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

Run the code above in your browser using DataLab