aperm.tables {contingency} | R Documentation |
Permute dimensions of tables
Description
Method for permuting indices of tables object.
Usage
## S3 method for class 'tables'
aperm(a, perm, ...)
Arguments
a |
object of class |
perm |
permutation of 1,...,k, where each table has k dimensions |
... |
other arguments to methods |
Value
A permuted tables
object.
[Package contingency version 0.0.10 Index]