Learn R Programming

mcmcr (version 0.6.2)

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.

Functions

  • as.mcmcr(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
as.mcarray(mcmcr_example$beta)

Run the code above in your browser using DataLab