View source: R/mcmc_utils.R View source: R/mcmc_utils.R
Generate draws using parameters drawn from posterior
1 2 3 4 5 6 7 | generate_draws(
out,
draws = 10,
parallel = TRUE,
burnin = 100,
log_likelihood = india_log_likelihood
)
|
out |
Output of [[squire::pmcmc]] |
draws |
How many draws are being used from pars_list. Default = NULL, which will use all the pars. |
parallel |
Are we simulating in parallel. Default = FALSE |
pars_list |
Output of [[generate_parameters]] |
interventions |
Are new interventions being used or default. Default = NULL |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.