get_obsdata: Prepare the observed data for use in the likelihood function

Description Usage Arguments Value

View source: R/obs.R

Description

Prepare the observed data for use in the likelihood function

Usage

1
get_obsdata(maxdate = as.Date("2021-12-31"))

Arguments

maxdate

Maximum date to include in the comparison data.

Value

List of observations used in the likelihood function. This includes

obsdata

Confirmed new cases by date and county. Also includes an estimate of the number of people tested in each county each day.

fips_codes

Lookup table of FIPS codes for the Locality names output by the model.

default_parm_vals

Default values for the parameters used to compare model output to observed data (the parameters used inside the model have their own defaults)


rplzzz/CovMitigation documentation built on June 7, 2021, 8:48 a.m.