Learn R Programming

mcmcr (version 0.0.2)

as.mcarray: Coerce to an mcarray object

Description

Coerces MCMC objects to an mcarray.object.

Usage

as.mcarray(x, ...)

# S3 method for mcmcarray as.mcarray(x, ...)

Arguments

x

object to coerce.

...

Unused.

Methods (by class)

  • mcmcarray: Coerces mcmcarray object to an mcarray object

Examples

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

Run the code above in your browser using DataLab