summary.extboot {exactamente} | R Documentation |
Summary Method for 'extboot' Class
Description
Creates a summary table of the summary statistics computed in the
exact_bootstrap
function.
Usage
## S3 method for class 'extboot'
summary(object, ...)
Arguments
object |
An object of class 'extboot', usually the output of the |
... |
Additional parameters (currently ignored). |
Value
A data.frame containing the summary statistics.
See Also
Examples
set.seed(123)
data <- rnorm(5)
result <- exact_bootstrap(data)
summary(result)
[Package exactamente version 0.1.1 Index]