
A tool to estimate time varying instantaneous reproduction number during epidemics
This tool is described in the following paper:
A New Framework and Software to Estimate Time-Varying Reproduction Numbers During Epidemics Anne Cori, Neil M. Ferguson, Christophe Fraser and Simon Cauchemez American Journal of Epidemiology 2013.
install.packages('EpiEstim')
si_from_data
in
estimate_R
estimate_R
estimates the reproduction number of an epidemic, given the
incidence time series and the serial interval distribution.config$mcmc_control
, where config
is an argument of the
estimate_R
function. This is used to configure the MCMC chain used to
estimate the serial interval within estimate_R
(with method
"si_from_data").