partition (version 0.2.0)

permute_df: 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)

Value

a permuted data.frame

Arguments

.data

a data.frame

Examples

Run this code
permute_df(iris)

Run the code above in your browser using DataLab