makeObjectClassCodaMCMC: Helper function to change an object to a coda mcmc class,

makeObjectClassCodaMCMCR 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


BayesianTools documentation built on Feb. 16, 2023, 8:44 p.m.