bootstrap2
object, also print summary statistics
for the bootstraps for the two samples.
print.summary.bootstrap(x, digits=max(options()$digits - 3, 4), ...)
x
invisibly.
For a
bootstrap2
object, also print summary statistics for each
of the two child bootstrap objects. For a more complete summary
of those children, do
summary(x$bootstrapobjects[[1]])
for the first, and similarly for the second.
print(summary(bootstrap(stack.loss, var)))