estimate_Rt | R Documentation |
Calculate the effective reproduction number from a model fitted on observations. The fitted parameters are sampled from their posterior distribution to simulate epidemic curves. The effective reproduction number, Rt, is estimated from those simulations.
estimate_Rt(fitobj, ci = 0.95, n.cores = 1)
fitobj |
List. Results of the fitted model. Output of function |
ci |
Numerical. Confidence interval (default = 0.95). |
n.cores |
Numerical. Number of computer CPU cores used for computation. (default = 1) |
A dataframe of estimates for the mean Rt and its confidence interval bounds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.