sars_canada_df | R Documentation |
This dataset, sars_canada_df, is a data frame containing information on the daily incidence of SARS (Severe Acute Respiratory Syndrome) cases in Canada during the 2003 outbreak. The data include new cases attributed to travel, household transmission, healthcare settings, and other sources.
data(sars_canada_df)
A data frame with 110 observations and 5 variables:
Date object representing the reporting date
Integer vector indicating new SARS cases linked to travel
Integer vector indicating new SARS cases from household transmission
Integer vector indicating new SARS cases from healthcare settings
Integer vector indicating new SARS cases from other or unknown sources
The dataset name has been kept as 'sars_canada_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 outbreaks package version 1.9.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.