View source: R/bind-parameters.R
bind_parameters | R Documentation |
Combines two MCMC objects (with the same chains and iterations) by their parameters.
bind_parameters(x, x2, ...)
x |
an MCMC object |
x2 |
a second MCMC object. |
... |
Unused. |
universals::bind_chains()
Other bind:
bind_dimensions()
,
bind_dimensions_n()
bind_parameters(
subset(mcmcr_example, pars = "sigma"),
subset(mcmcr_example, pars = "beta")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.