mcmc_aperm: MCMC object transposition

View source: R/mcmc-aperm.R

mcmc_apermR Documentation

MCMC object transposition

Description

Transpose an MCMC object by permuting its parameter dimensions.

Usage

mcmc_aperm(x, perm, ...)

Arguments

x

The MCMC object to transpose. Missing parameter dimensions are added on the end. If perm = NULL (the default) the parameter dimensions are reversed.

perm

A integer vector of the new order for the parameter dimensions.

...

Unused.

Value

The modified MCMC object

See Also

Other manipulate: mcmc_map()


mcmcr documentation built on April 3, 2025, 6:06 p.m.