This function is wrapper to shuffle elegantly data-set. This function shuffle selected columns of a given data.set according to a defined shuffling algorithm.
Usage
randomise_data(data,variable,method)
Arguments
data
a data.frame you want to shuffle
variable
the variables names or columns id you want to shuffle
method
the randomisation method (only 'full_rand' available yet)
Value
a data.frame with selected columns shuffled compared to the original table.