Print a Summary of Resample 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.resamp(x, digits=max(options()$digits-4,3), ...)
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(jackknife(stack.loss,
c(mean(stack.loss),var(stack.loss)))))