meningitis_df | R Documentation |
This dataset, meningitis_df, is a data frame containing data from a brief outbreak of meningococcal disease at the University of Illinois, Urbana-Champaign campus during the years 1991 and 1992.
data(meningitis_df)
A data frame with 60 observations and 6 variables:
Integer indicating the matched set identifier
Integer indicator variable for case (1) or control (0)
Numeric value representing the reference time (e.g., time of exposure)
Integer indicating the number of ill roommates
Integer indicating the number of roommates who slept in the room
Integer indicator for whether the subject smokes (1 = yes, 0 = no)
The dataset name has been kept as 'meningitis_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 glmfitmiss package version 2.1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.