Description Usage Arguments Value
View source: R/estimate-instant-reproduction.R
Add instant reproduction number measures to provided covid19 data
1 2 3 4 5 6 | add_instant_reproduction(
covid_data,
estimate_method = "parametric_si",
si_sample = NULL,
config = list(mean_si = 4.7, std_si = 2.9)
)
|
covid_data |
covid19 data |
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 |
data.frame with covid19 columns plus output of EpiEstim::estimate_R
and columns on estimated mean R values and quantiles etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.