Description Usage Arguments Value Examples
This function allows you to randomly generate a desired number of samples for certain times from your data sets.
1 | rang(SEED, N, M, n)
|
SEED |
a single value, interpreted as an integer. |
N |
a positive integer giving the number of iterations. |
M |
a positive integer giving the range for resampling. |
n |
a non-negative integer giving the number of items to choose. |
a matrix that each row represents the indices of samples for each iteration.
1 | rang(1, 10, 100, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.