Description Usage Arguments Value
Function to extract approximate epidemic curves from the cumulative case data.
1 | est_daily_incidence(cum_data, first_date, last_date, na_to_zeros = FALSE)
|
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. |
a data frame with roughly estimated incidence in it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.