View source: R/exact_bootstrap.R
plot.extboot | R Documentation |
Creates a plot of the density estimates of the bootstrap sample statistics
returned from the exact_bootstrap
function.
## S3 method for class 'extboot'
plot(x, title = "Exact Bootstrap Distribution", ...)
x |
An object of class 'extboot', usually the output of the |
title |
A plot title. Default is "Exact Bootstrap Distribution". |
... |
Additional parameters (currently ignored). |
A ggplot object showing the density estimates of the bootstrap sample statistic.
exact_bootstrap
, summary.extboot
set.seed(123)
data <- rnorm(5)
result <- exact_bootstrap(data)
plot(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.