Description Usage Arguments Value See Also Examples
View source: R/combine-dimensions.R
Combines MCMC object samples by dimensions along along
using fun
.
1 | combine_dimensions(x, fun = mean, along = NULL, ...)
|
x |
An MCMC object |
fun |
The function to use when combining dimensions |
along |
A positive integer (or NULL) indicating the parameter dimension(s) to bind along. |
... |
Unused. |
The MCMC object with reduced dimensions.
Other combine:
combine_samples_n()
,
combine_samples()
1 | combine_dimensions(mcmcr_example$alpha)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.