Print a Jackknife-After-Bootstrap Object

DESCRIPTION:

Print method for object produced by jack.after.bootstrap. Prints the call to jack.after.bootstrap, the name of the functional of interest, the functional on the original replicates and its estimate of standard error, and a list of observations with absolute relative influence greater than the specified tolerance.

USAGE:

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

REQUIRED ARGUMENTS:

x
object produced by jack.after.bootstrap.

OPTIONAL ARGUMENTS:

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

VALUE:

returns x invisibly.

SEE ALSO:

.

EXAMPLES:

temp <- bootstrap(stack.loss,var) 
print(jack.after.bootstrap(temp,func=max))