Description Usage Arguments Value Examples
View source: R/StatComp21088R.R
Before using the algorithm, the data needs to be randomly shuffled to eliminate the impact of the data order.
1 |
data |
Data matrix after adding constant 1 column. |
New sequence random_sequence
1 2 3 4 5 6 7 | ## Not run:
A = matrix(
c(1,1,1,1,1,2,3,4),4,2)
x <- Shuffle_sequence(A)
print(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.