Learn R Programming

mcmcr (version 0.6.1)

bind_dimensions_n: Combine multiple MCMC objects by parameter dimensions

Description

Combines multiple MCMC objects (with the same parameters, chains and iterations) by parameter dimensions.

Usage

bind_dimensions_n(...)

Arguments

...

one or more MCMC objects

See Also

universals::bind_chains()

Other bind: bind_dimensions(), bind_parameters()

Examples

Run this code
# NOT RUN {
bind_dimensions_n(mcmcr_example, mcmcr_example, mcmcr_example)
# }

Run the code above in your browser using DataLab