Learn R Programming

mcmcr (version 0.6.1)

bind_parameters: Combine two MCMC object by parameters

Description

Combines two MCMC objects (with the same chains and iterations) by their parameters.

Usage

bind_parameters(x, x2, ...)

Arguments

x

an MCMC object

x2

a second MCMC object.

...

Unused.

See Also

universals::bind_chains()

Other bind: bind_dimensions_n(), bind_dimensions()

Examples

Run this code
# NOT RUN {
bind_parameters(
  subset(mcmcr_example, pars = "sigma"),
  subset(mcmcr_example, pars = "beta")
)
# }

Run the code above in your browser using DataLab