permute_free_cpp | R Documentation |
Unrestricted shuffling of cases within the whole sequence.
permute_free_cpp(x, block_size, seed = 1L)
x |
(required, numeric matrix). Numeric matrix to permute. |
block_size |
(optional, integer) this function ignores this argument and sets it to x.nrow(). |
seed |
(optional, integer) random seed to use. |
numeric matrix
Other Rcpp_permutation:
permute_free_by_row_cpp()
,
permute_restricted_by_row_cpp()
,
permute_restricted_cpp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.