Learn R Programming

BayesianTools (version 0.1.0)

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)

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

Value

object of class coda::mcmc

Details

Very similar to coda::mcmc but with less overhead