Print a Summary of Sbootstrap Object
DESCRIPTION:
Print method for
.
Prints the same information as
,
plus percentiles, and
correlations if the statistic of interest is a vector.
USAGE:
print.summary.smoothedBootstrap(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.
SEE ALSO:
,
,
.
EXAMPLES:
print(summary(smoothedBootstrap(stack.loss, var)))