makeObjectClassCodaMCMC {BayesianTools} | R Documentation |
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)
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
Value
object of class coda::mcmc
[Package BayesianTools version 0.1.8 Index]