summary.regboot: Summary Method for 'regboot' Class

View source: R/reg_bootstrap.R

summary.regbootR Documentation

Summary Method for 'regboot' Class

Description

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

Usage

## S3 method for class 'regboot'
summary(object, ...)

Arguments

object

An object of class 'regboot', usually the output of the reg_bootstrap function.

...

Additional parameters (currently ignored).

Value

A data.frame containing the summary statistics.

See Also

reg_bootstrap, plot.regboot

Examples

set.seed(123)
data <- rnorm(5)
result <- reg_bootstrap(data)
summary(result)

exactamente documentation built on Aug. 29, 2023, 5:10 p.m.