Learn R Programming

epiworldRcalibrate (version 0.1.4)

utah_covid_data: Utah COVID-19 epidemic trends

Description

Daily COVID-19 epidemic indicators for the state of Utah, obtained from the Utah Department of Health COVID-19 dashboard.

Usage

utah_covid_data

Arguments

Format

A data frame with 365 rows and 5 variables:

Date

Date of the observation (Date).

Daily.Cases

Number of newly reported COVID-19 cases (numeric).

Smoothed.3.Day.Moving.Average

Smoothed daily cases using a 3-day moving average (numeric).

X3.Day.Moving.Average

Alternative 3-day moving average of daily cases (numeric).

Status

Indicator of reporting or epidemic status (character or factor).

Examples

Run this code
data("utah_covid_data")
head(utah_covid_data)

Run the code above in your browser using DataLab