permute.rows: permute.rows

View source: R/cross_validation_functions.R

permute.rowsR Documentation

permute.rows

Description

Randomly permute the rows of a matrix.

Usage

permute.rows(A)

Arguments

A

a matrix for which its rows have to be permuted.

Details

Randomly permute the rows of a matrix.

Value

the matrix with permuted rows.


SubgrpID documentation built on May 29, 2024, 1:33 a.m.