View source: R/01_bootstrap_data.R
bootstrap_data | R Documentation |
Create a list with bootstrap samples
bootstrap_data(
data,
outcome = "Quality",
indep_vars = c("Size", "Weight", "Sweetness", "Softness", "HarvestTime", "Ripeness",
"Acidity"),
n_samples = 50,
n_maximum_dim = 5
)
data |
a dataframe to be analyzed |
outcome |
a string representing the outcome variable |
indep_vars |
a vector of strings to be considered |
n_samples |
number of bootstrap samples |
n_maximum_dim |
maximum number of variables to be considered |
list
bootstrap_data(bananaquality_sample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.