Skip to contents

This dataset, influenza_ice_df, is a data frame containing monthly incidence data of influenza-like illness (ILI) in Iceland between 1980 and 2009.

Usage

data(influenza_ice_df)

Format

A data frame with 360 observations and 3 variables:

month

Integer vector representing the month of observation (1–12)

year

Integer vector representing the year of observation (1980–2009)

ili

Integer vector representing the monthly incidence of influenza-like illness

Source

Data taken from the epimdr package version 0.6-5

Details

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.