The dataset name has been changed to 'USAccDeaths_ts' to avoid confusion with other packages in the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and identifies it as a time series object. The original content of the dataset has not been modified.
Usage
data(USAccDeaths_ts)
Format
A time series object with 72 observations representing monthly accidental deaths in the U.S. from 1973 to 1979:
- years
A numeric vector representing the years from 1973 to 1979.
- months
A character vector representing the months from January to December.
- deaths
Numeric values representing the number of accidental deaths for each month.