powered by
Creates a plot of the density estimates of the bootstrap sample statistics returned from the exact_bootstrap function.
exact_bootstrap
# S3 method for extboot plot(x, title = "Exact Bootstrap Distribution", ...)
A ggplot object showing the density estimates of the bootstrap sample statistic.
An object of class 'extboot', usually the output of the exact_bootstrap function.
A plot title. Default is "Exact Bootstrap Distribution".
Additional parameters (currently ignored).
exact_bootstrap, summary.extboot
summary.extboot
set.seed(123) data <- rnorm(5) result <- exact_bootstrap(data) plot(result)
Run the code above in your browser using DataLab