makeObjectClassCodaMCMC: Helper function to change an object to a coda mcmc class,
Description
Helper function to change an object to a coda mcmc class,
Usage
makeObjectClassCodaMCMC(chain, start = 1, end = numeric(0), thin = 1)
Value
object of class coda::mcmc
Arguments
- chain
mcmc Chain
- start
for mcmc samplers start value in the chain. For SMC samplers, start particle
- end
for mcmc samplers end value in the chain. For SMC samplers, end particle
- thin
thinning parameter
Details
Very similar to coda::mcmc but with less overhead