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()


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