powered by
Daily COVID-19 epidemic indicators for the state of Utah, obtained from the Utah Department of Health COVID-19 dashboard.
utah_covid_data
A data frame with 365 rows and 5 variables:
Date of the observation (Date).
Number of newly reported COVID-19 cases (numeric).
Smoothed daily cases using a 3-day moving average (numeric).
Alternative 3-day moving average of daily cases (numeric).
Indicator of reporting or epidemic status (character or factor).
data("utah_covid_data") head(utah_covid_data)
Run the code above in your browser using DataLab