Learn R Programming

DeLorean (version 1.2.2)

permute.df: Permute a data frame, x. If group.col is given it should name an ordered factor that the order of the permutation should respect.

Description

Permute a data frame, x. If group.col is given it should name an ordered factor that the order of the permutation should respect.

Usage

permute.df(.df, group.col = NULL)

Arguments

.df
Data frame
group.col
Name of an ordered factor that the permutation should respect.