Coerce mcmc object to time series

Usage

as.ts.mcmc(mcmc.obj)

Description

as.ts.mcmc will attempt to coerce an mcmc object to a time series. Since a time series in R can only be a vector or a matrx, this is only possible if at least one of the dimensions of mcmc.obj can be dropped, otherwise an error occurs.

Author(s)

Martyn Plummer

See Also

as.ts


[Package Contents]