mcmcpars | R Documentation |
A function for setting MCMC options.
mcmcpars(nits, burn, thin, inits = NULL, adaptivescheme = NULL)
nits |
numer of iterations, |
burn |
length of burnin |
thin |
thinning parameter eg operated on chain every 'thin' iteration (eg store output or compute some posterior functional) |
inits |
NOT CURRENTLY IN USE |
adaptivescheme |
NOT CURRENTLY IN USE |
mcmc parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.