default_mcmc_controls | R Documentation |
Set default for MCMC control
default_mcmc_controls()
a list of default MCMC control parameters, containing:
- n_iter: the number if iterations of the MCMC to perform
- burnin: the burnin to use; MCMC iterations will only be recorded after the burnin
- thin: MCMC iterations will only be recorded after the burnin and every 'thin' iteration
Values can then be manually be edited as in the examples below.
mcmc_control<- default_mcmc_controls()
# change to run for 10 times longer
mcmc_control$n_iter <- mcmc_control$n_iter * 10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.