influenza_ice_df | R Documentation |
This dataset, influenza_ice_df, is a data frame containing monthly incidence data of influenza-like illness (ILI) in Iceland between 1980 and 2009.
data(influenza_ice_df)
A data frame with 360 observations and 3 variables:
Integer vector representing the month of observation (1–12)
Integer vector representing the year of observation (1980–2009)
Integer vector representing the monthly incidence of influenza-like illness
The dataset name has been kept as 'influenza_ice_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 epimdr package version 0.6-5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.