stratpar {brif} | R Documentation |
Stratified permutation of rows by the first column
Description
Stratified permutation of rows by the first column
Usage
stratpar(x, stride)
Arguments
x |
a data frame to be permuted by row |
stride |
an integer indicating how many rows are to be groups in one block |
Value
a data frame, which is a permutation of x
[Package brif version 1.4.1 Index]