View source: R/exact_bootstrap.R
summary.extboot | R Documentation |
Creates a summary table of the summary statistics computed in the
exact_bootstrap
function.
## S3 method for class 'extboot'
summary(object, ...)
object |
An object of class 'extboot', usually the output of the |
... |
Additional parameters (currently ignored). |
A data.frame containing the summary statistics.
exact_bootstrap
, plot.extboot
set.seed(123)
data <- rnorm(5)
result <- exact_bootstrap(data)
summary(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.