combine_dimensions: Combine samples by dimensions

Description Usage Arguments Value See Also Examples

View source: R/combine-dimensions.R

Description

Combines MCMC object samples by dimensions along along using fun.

Usage

1
combine_dimensions(x, fun = mean, along = NULL, ...)

Arguments

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.

Value

The MCMC object with reduced dimensions.

See Also

Other combine: combine_samples_n(), combine_samples()

Examples

1

mcmcr documentation built on Sept. 7, 2021, 1:07 a.m.