Learn R Programming

mcmcsae (version 0.5.0)

labels.dc: Get the variable labels of a draws component for a vector-valued parameter

Description

Get the variable labels of a draws component for a vector-valued parameter

Usage

# S3 method for dc
labels(object, ...)

Arguments

object

a component of a draws object.

...

currently not used.

Value

The variable labels.

Examples

Run this code
# NOT RUN {
ex <- mcmcsae_example()
sampler <- create_sampler(ex$model, data=ex$dat)
sim <- MCMCsim(sampler, store.all=TRUE)
labels(sim$beta)
labels(sim$v)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab