powered by
This function is developer tool to shuffle elegantly data-set. This function shuffle one column of a given data.set
full_suffling(x,id=NULL)
a data.frame you want to shuffle
data.frame
the columns you want to shuffle
a data.frame with selected columns shuffled compared to the original table.
variables_importance
# NOT RUN { xx <- matrix(rep(1:10,3),10,3) full_suffling(xx,c(1,2)) # }
Run the code above in your browser using DataLab