combine_chains | R Documentation |
Combines Markov chains across multiple runs of mcmc_single
combine_chains(list_of_results, is_negative_binomial = FALSE)
list_of_results |
a list of results, where each element is a result of running mcmc_single |
is_negative_binomial |
if negative-binomial renewal model specified (defaults to FALSE) |
a named list of three tibbles: "cases", "Rt" and "reporting" (and if running a negative binomial model an additional 'overdispersion' element) which contain estimates of the model parameters with chain index included
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.