norovirus_derbyshire_df | R Documentation |
This dataset, norovirus_derbyshire_df, is a data frame describing an outbreak of norovirus in the summer of 2001 in a primary school and nursery in Derbyshire, England. It contains 492 observations across 5 variables tracking illness patterns among students.
data(norovirus_derbyshire_df)
A data frame with 492 observations and 5 variables:
Factor with 15 levels representing school classes
Integer day of absence
Integer day when illness started
Integer day when illness ended
Integer day when vomiting occurred
The dataset name has been kept as 'norovirus_derbyshire_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the DigestiveDataSets 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. Original source: O'Neill and Marks (2005).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.