est_daily_incidence: Function to extract approximate epidemic curves from the...

Description Usage Arguments Value

Description

Function to extract approximate epidemic curves from the cumulative case data.

Usage

1
est_daily_incidence(cum_data, first_date, last_date, na_to_zeros = FALSE)

Arguments

cum_data

a data frame with cumulative case data in oit

first_date

the first date to infer

last_date

the latest date to infer incidence over

na_to_zeros

logical; whether to turn NAs to 0s.

Value

a data frame with roughly estimated incidence in it


HopkinsIDD/covidImportation documentation built on Sept. 14, 2020, 2:43 p.m.