rubella_peru_df | R Documentation |
This dataset, rubella_peru_df
, is a data frame containing rubella incidence data
by age as studied by Metcalf et al. (2011) in Peru.
data(rubella_peru_df)
A data frame with 95 observations and 4 variables:
Numeric vector indicating the age of individuals
Integer vector indicating the number of rubella cases per age group
Integer vector indicating the cumulative number of cases by age
Integer vector representing the sample size for each age group
The dataset name has been kept as rubella_peru_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 epimdr package version 0.6-5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.