permut.row.matrix {SYNCSA} | R Documentation |
Permutate rows in a matrix
Description
Internal function to permutate rows in a matrix.
Usage
permut.row.matrix(data, strata = NULL, seqpermutation = NULL)
Arguments
data |
A matrix. |
strata |
Strata vector to specify restricting permutations in rows, must be the same length of number of rows in data matrix (Default strata = NULL). |
seqpermutation |
A set of predefined permutation vector (Default seqpermutation = NULL). |
Value
permut.matrix |
The matrix permuted. |
samp |
The sequence of permutation. |
Author(s)
Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>
See Also
[Package SYNCSA version 1.3.4 Index]