powered by
Transpose an MCMC object by permuting its parameter dimensions.
mcmc_aperm(x, perm, ...)
The MCMC object to transpose. Missing parameter dimensions are added on the end. If perm = NULL (the default) the parameter dimensions are reversed.
A integer vector of the new order for the parameter dimensions.
Unused.
The modified MCMC object
Other manipulate: mcmc_map()
mcmc_map()