permute_restricted_cpp | R Documentation |
Divides a sequence or time series in blocks and permutes cases within these blocks. This function does not preserve rows, and should not be used if the sequence has dependent columns. Larger block sizes increasingly disrupt the data structure over time.
permute_restricted_cpp(x, block_size, seed = 1L)
x |
(required, numeric matrix). Numeric matrix to permute. |
block_size |
(optional, integer) block size in number of rows. Minimum value is 2, and maximum value is nrow(x). |
seed |
(optional, integer) random seed to use. |
numeric matrix
Other Rcpp_permutation:
permute_free_by_row_cpp()
,
permute_free_cpp()
,
permute_restricted_by_row_cpp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.