resample_permutation | R Documentation |
Create a resampled permutation of a data frame
resample_permutation(data, columns, idx = NULL)
data |
A data frame |
columns |
Columns to be permuted |
idx |
Indices to permute by. If not given, generates them randomly |
A permutation object; use as.data.frame to convert to a permuted data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.