permute_df {partition} | R Documentation |
Permute a data set
Description
permute_df()
permutes a data set: it randomizes the order within each
variable, which breaks any association between them. Permutation is useful
for testing against null statistics.
Usage
permute_df(.data)
Arguments
.data |
a |
Value
a permuted data.frame
Examples
permute_df(iris)
[Package partition version 0.2.1 Index]