This dataset, influenza_pneumonia_ts
, is a time series containing monthly pneumonia and influenza deaths
per 10,000 people in the United States over a period of 11 years, from 1968 to 1978.
Usage
data(influenza_pneumonia_ts)
Format
A time series object with 132 monthly observations:
- value
Monthly pneumonia and influenza deaths per 10,000 people in the United States from 1968 to 1978.
Details
The dataset name has been kept as influenza_pneumonia_ts
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 _ts
indicates that the dataset is a time series object. The original content has not been modified
in any way.