Learn R Programming

infectiousR (version 0.1.0)

gonorrhea_ma_df: Weekly Gonorrhea Cases in Massachusetts

Description

This dataset, gonorrhea_ma_df, is a data frame containing weekly cases of gonorrhea in Massachusetts between 2006 and 2015.

Usage

data(gonorrhea_ma_df)

Arguments

Format

A data frame with 422 observations and 4 variables:

number

Integer vector representing the number of weekly gonorrhea cases

year

Numeric vector representing the year of observation (2006--2015)

week

Numeric vector representing the epidemiological week (1--52)

time

Numeric vector representing the continuous time index

Details

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.