mcmcUpgrade {coda}R Documentation

Upgrade mcmc objects in obsolete format

Description

In previous releases of CODA, an mcmc object could be a single or multiple chains. A new class mcmc.list has now been introduced to deal with multiple chains and mcmc objects can only have data from a single chain.

Objects stored in the old format are now obsolete and must be upgraded.

Usage

   mcmcUpgrade(x)

Arguments

x

an obsolete mcmc object.

Author(s)

Martyn Plummer

See Also

mcmc.


[Package coda version 0.19-4.1 Index]