Learn R Programming

mcmcr (version 0.6.2)

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(), bind_dimensions_n()

Examples

Run this code
bind_parameters(
  subset(mcmcr_example, pars = "sigma"),
  subset(mcmcr_example, pars = "beta")
)

Run the code above in your browser using DataLab