Learn R Programming

mcmcr (version 0.6.1)

as.mcarray: Coerce to an mcarray object

Description

Coerces MCMC objects to an mcarray object.

Usage

as.mcarray(x, ...)

# S3 method for list as.mcmcr(x, ...)

Arguments

x

object to coerce.

...

Unused.

Methods (by class)

  • list: Convert a list of uniquely named objects that can be coerced to [mcmcarray-object]s to an mcmcr object

See Also

Other coerce: as.mcmcarray(), as.mcmcr(), mcmcrs()

Examples

Run this code
# NOT RUN {
as.mcarray(mcmcr_example$beta)
# }

Run the code above in your browser using DataLab