Description Usage Arguments Value Author(s) Examples
View source: R/create_resample.R
This function creates a resampled dataframe
1 | create_resample(data, times = 10)
|
data |
Dataframe that will be used |
times |
Number of sequences created with random numbers from the original dataset |
Returns a list with 'times' index sequences.
Alberto Almui?a
1 | data<-create_resample(iris, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.