whooping_cough_dk_df | R Documentation |
This dataset, whooping_cough_dk_df, is a data frame containing weekly incidence data of whooping cough in Copenhagen, Denmark between January 1900 and December 1937. It includes 1,982 weekly observations across 8 demographic and epidemiological variables.
data(whooping_cough_dk_df)
A data frame with 1,982 weekly observations and 8 variables:
Date of observation (factor)
Number of births (integer)
Day of month (integer)
Month (integer 1-12)
Year (integer 1900-1937)
Number of whooping cough cases (integer)
Number of whooping cough deaths (integer)
Population size (numeric)
The dataset name has been kept as 'whooping_cough_dk_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets package. The suffix 'df' indicates that this is a standard data frame. The original content has not been modified in any way.
Data taken from the epimdr package version 0.6-5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.