Print a Resample Object

DESCRIPTION:

Print method for a resamp object. Prints the call, number of replicates, and a matrix of the observed parameters and resample estimates.

USAGE:

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

REQUIRED ARGUMENTS:

x
object of class 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(bootstrap(stack.loss,var))