summary.regboot {exactamente} | R Documentation |
Creates a summary table of the summary statistics computed in the
reg_bootstrap
function.
## S3 method for class 'regboot'
summary(object, ...)
object |
An object of class 'regboot', usually the output of the |
... |
Additional parameters (currently ignored). |
A data.frame containing the summary statistics.
set.seed(123)
data <- rnorm(5)
result <- reg_bootstrap(data)
summary(result)