contagious_diseases_df | R Documentation |
This dataset, contagious_diseases_df
, is a data frame containing yearly counts
for Hepatitis A, Measles, Mumps, Pertussis, Polio, Rubella, and Smallpox for US states.
The original data is courtesy of the Tycho Project.
data(contagious_diseases_df)
A data frame with 16,065 observations and 6 variables:
Factor with 7 levels indicating the disease type
Factor with 51 levels indicating the US state
Numeric vector indicating the year of observation
Numeric vector indicating the number of weeks reported
Numeric vector indicating the number of cases reported
Numeric vector indicating the population of the state in that year
The dataset name has been kept as contagious_diseases_df
to avoid confusion with other datasets
in the R ecosystem. This naming convention helps distinguish this dataset as part of the
infectiousR package and assists users in identifying its specific characteristics.
The suffix _df
indicates that the dataset is a data frame. The original content has not been modified
in any way.
Data taken from the dslabs package version 0.8.0. Original data courtesy of the Tycho Project (http://www.tycho.pitt.edu/).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.