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