powered by
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, ...)
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.
bootstrap_parameters, simulate_model, simulate_parameters
bootstrap_parameters
simulate_model
simulate_parameters
# NOT RUN { model <- lm(mpg ~ wt + cyl, data = mtcars) head(bootstrap_model(model)) # }
Run the code above in your browser using DataLab