makeObjectClassCodaMCMC | R Documentation |
Helper function to change an object to a coda mcmc class,
makeObjectClassCodaMCMC(chain, start = 1, end = numeric(0), thin = 1)
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 |
Very similar to coda::mcmc but with less overhead
object of class coda::mcmc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.