powered by
Get the variable labels of a draws component for a vector-valued parameter
# S3 method for dc labels(object, ...)
a component of a draws object.
currently not used.
The variable labels.
# 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