mcmcpars: mcmcpars function
Description
A function for setting MCMC options.
Usage
mcmcpars(nits, burn, thin, inits = NULL, adaptivescheme = NULL)
Arguments
- 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