
Last chance! 50% off unlimited learning
Sale ends in
Bootstrap a statistical model n times to return a data frame of estimates.
bootstrap_model(model, iterations = 1000, verbose = FALSE, ...)model_bootstrap(model, iterations = 1000, verbose = FALSE, ...)
Statistical model.
The number of draws to simulate/bootstrap.
Hide possible refit messages.
Arguments passed to or from other methods.
A data frame.
# NOT RUN {
model <- lm(mpg ~ wt + cyl, data = mtcars)
head(bootstrap_model(model))
# }
Run the code above in your browser using DataLab