whooping_cough_phila_df | R Documentation |
This dataset, whooping_cough_phila_df, is a data frame containing weekly incidence data of whooping cough in Philadelphia between 1925 and 1947, with 1,200 weekly observations across 5 variables.
data(whooping_cough_phila_df)
A data frame with 1,200 weekly observations and 5 variables:
Year of observation (integer)
Week number (integer)
Weekly incidence count of whooping cough cases (integer)
Time index (numeric)
Time marker (integer)
The dataset name has been kept as 'whooping_cough_phila_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.