Transpose a random array by permuting its dimensions and optionally resizing it.
Usage
## S3 method for class 'rv':
aperm(x, \dots)
Arguments
x
the random matrix to be transposed
...
further arguments passed to aperm
Details
This is the rv-compatible version of the function aperm.
Since aperm is not a generic function,
the whole name aperm.rv must be specified when calling the function
when X is an 'rv' object.
References
Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.