This dataset, rubella_austria_df, is a data frame containing prevalence data of rubella in 230 Austrian males older than three months, for whom the exact date of birth was known. Each individual was tested at the Institute of Virology, Vienna during the period 1–25 March 1988 for immunization against Rubella.
Usage
data(rubella_austria_df)
Format
A data frame with 225 observations and 3 variables:
- t
Numeric vector representing age or time (in months or years as recorded)
- freq1
Integer vector representing frequency count 1
- freq2
Integer vector representing frequency count 2
Details
The dataset name has been kept as 'rubella_austria_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.