Print a Summary of Bootstrap Object

DESCRIPTION:

Print method for or . Prints the same information as , plus percentiles, BCa confidence limits, and correlations if the statistic of interest is a vector. For a bootstrap2 object, also print summary statistics for the bootstraps for the two samples.

USAGE:

print.summary.bootstrap(x, digits=max(options()$digits - 3, 4), ...) 

REQUIRED ARGUMENTS:

x
object produced by .

OPTIONAL ARGUMENTS:

digits
the number of significant digits to print.
...
additional arguments; these are currently ignored.

VALUE:

returns x invisibly.

DETAILS:

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.

SEE ALSO:

, .

EXAMPLES:

print(summary(bootstrap(stack.loss, var)))