View source: R/cross_validation_functions.R
resample | R Documentation |
Creates a permutation of given size.
resample(x, size, ...)
x |
the x vector. |
size |
resampling size. |
... |
optional argument. |
Creates a permutation of given size.
A resample of x is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.