Learn R Programming

SYNCSA (version 1.3.4)

permut.row.matrix: 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.

See Also

syncsa, permut.vector