mcmc_aperm: MCMC object transposition

Description Usage Arguments Value See Also

View source: R/mcmc-aperm.R

Description

Transpose an MCMC object by permuting its parameter dimensions.

Usage

1
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 Sept. 7, 2021, 1:07 a.m.