Learn R Programming

SubgrpID (version 0.12)

permute.rows: permute.rows

Description

Randomly permute the rows of a matrix.

Usage

permute.rows(A)

Value

the matrix with permuted rows.

Arguments

A

a matrix for which its rows have to be permuted.

Details

Randomly permute the rows of a matrix.