This dataset, gonorrhea_ma_df, is a data frame containing weekly cases of gonorrhea in Massachusetts between 2006 and 2015.
data(gonorrhea_ma_df)
A data frame with 422 observations and 4 variables:
Integer vector representing the number of weekly gonorrhea cases
Numeric vector representing the year of observation (2006--2015)
Numeric vector representing the epidemiological week (1--52)
Numeric vector representing the continuous time index
The dataset name has been kept as 'gonorrhea_ma_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.