resample_bootstrap | R Documentation |
Generate a boostrap replicate
resample_bootstrap(data)
data |
A data frame |
Other resampling techniques:
bootstrap()
,
resample_partition()
,
resample()
coef(lm(mpg ~ wt, data = resample_bootstrap(mtcars)))
coef(lm(mpg ~ wt, data = resample_bootstrap(mtcars)))
coef(lm(mpg ~ wt, data = resample_bootstrap(mtcars)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.