powered by
Generate a boostrap replicate
resample_bootstrap(data)
A data frame
Other resampling techniques: bootstrap(), resample_partition(), resample()
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)))
Run the code above in your browser using DataLab