Description Usage Arguments See Also Examples
View source: R/bind-parameters.R
Combines two MCMC objects (with the same chains and iterations) by their parameters.
1 | bind_parameters(x, x2, ...)
|
x |
an MCMC object |
x2 |
a second MCMC object. |
... |
Unused. |
Other bind:
bind_dimensions_n()
,
bind_dimensions()
1 2 3 4 | 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.