valid_mcmc: validate the operational parameters for MCMC method
Description
validate the operational parameters for MCMC method
Usage
valid_mcmc(n.chains, n.adapt, n.burn, n.iter)
Value
A list containing numbers of parallel chains and iterations
Arguments
- n.chains
number of parallel chains for the model
- n.adapt
number of iterations for adaptation
- n.burn
number of iterations discarded as burn-in
- n.iter
number of iterations to monitor