bind_dimensions: Combine two MCMC objects by dimensions

View source: R/bind-dimensions.R

bind_dimensionsR Documentation

Combine two MCMC objects by dimensions

Description

Combines multiple MCMC objects (with the same parameters, chains and iterations) by parameter dimensions.

Usage

bind_dimensions(x, x2, along = NULL, ...)

Arguments

x

An MCMC object.

x2

a second MCMC object.

along

A count (or NULL) indicating the parameter dimension to bind along.

...

Unused.

See Also

universals::bind_chains()

Other bind: bind_dimensions_n(), bind_parameters()

Examples

bind_dimensions(mcmcr_example, mcmcr_example)

poissonconsulting/mcmcr documentation built on Jan. 18, 2024, 1:11 a.m.