as.mcmcrs: Convert to an mcmcrs object
Description
Converts an MCMC object to an mcmcrs-object()
.
Usage
as.mcmcrs(x, ...)# S3 method for list
as.mcmcrs(x, ...)
# S3 method for mcmcr
as.mcmcrs(x, name = "mcmcr1", ...)
Arguments
- x
An MCMC object.
- ...
Unused.
- name
A string specifying the element name.
Examples
Run this codeas.mcmcrs(mcmcr::mcmcr_example)
Run the code above in your browser using DataLab