Learn R Programming

exactamente (version 0.1.1)

summary.extboot: Summary Method for 'extboot' Class

Description

Creates a summary table of the summary statistics computed in the exact_bootstrap function.

Usage

# S3 method for extboot
summary(object, ...)

Value

A data.frame containing the summary statistics.

Arguments

object

An object of class 'extboot', usually the output of the exact_bootstrap function.

...

Additional parameters (currently ignored).

See Also

exact_bootstrap, plot.extboot

Examples

Run this code
set.seed(123)
data <- rnorm(5)
result <- exact_bootstrap(data)
summary(result)

Run the code above in your browser using DataLab