Description Usage Arguments Value
Resample Data
1 2 3 4 5 6 | resample_data(
times_to_resample,
df.vector,
sample_size_drawn,
replace_response = TRUE
)
|
times_to_resample |
number of times to resample |
df.vector |
vector to draw samples from |
sample_size_drawn |
number of samples to draw |
replace_response |
sample with replacement. By default, TRUE |
returns a dataframe, resampled n times
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.