Print a Summary of Resample Object

DESCRIPTION:

Print method for summary.resamp. Prints the same information as print.resamp , plus empirical 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 summary.resamp.

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,var)))