influenza_infections_df | R Documentation |
This dataset, influenza_infections_df, is a data frame containing the weekly number of reported influenza cases in the state of North Rhine-Westphalia (Germany) from January 2001 to May 2013.
data(influenza_infections_df)
A data frame with 646 observations and 3 variables:
Numeric variable indicating the calendar year of observation
Numeric variable indicating the calendar week (1 to 52 or 53)
Numeric variable representing the number of reported influenza cases
The dataset name has been kept as 'influenza_infections_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 tscount package version 1.4.3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.