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
group.col
Name of an ordered factor that the permutation
should respect.