powered by
Creates a summary table of the summary statistics computed in the reg_bootstrap function.
reg_bootstrap
# S3 method for regboot summary(object, ...)
A data.frame containing the summary statistics.
An object of class 'regboot', usually the output of the reg_bootstrap function.
Additional parameters (currently ignored).
reg_bootstrap, plot.regboot
plot.regboot
set.seed(123) data <- rnorm(5) result <- reg_bootstrap(data) summary(result)
Run the code above in your browser using DataLab