Description Usage Arguments Value
View source: R/estimate-instant-reproduction.R
This fits EpiEstim::estimate_R, with config values mean_si = 4.7
and
std_si = 2.9
from https://doi.org/10.1101/2020.02.03.20019497
It assumes that the data is in the format provided by
covid_prepare_estimate_repro
.
1 2 3 4 5 6 | covid_estimate_repro(
covid_data_prepared,
estimate_method = "parametric_si",
si_sample = NULL,
config = list(mean_si = 4.7, std_si = 2.9)
)
|
covid_data_prepared |
data is in the format provided by
|
estimate_method |
default is "parametric_si" |
si_sample |
SI samples. Default is NULL. |
config |
named list of values to pass to EpiEstim::make_config. Default
is |
estimated reproductive number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.