Summary Method for Resample Objects

DESCRIPTION:

Produces a summary for resamp objects. This calculates empirical percentiles for the parameter replicates and correlations of parameter replicates if applicable. The print method displays the same results as print.resamp, plus these quantities.

USAGE:

summary.resamp(object, probs=c(0.025, 0.05, 0.95, 0.975)) 

REQUIRED ARGUMENTS:

object
object of class resamp.

OPTIONAL ARGUMENTS:

probs
probability levels at which to calculate percentiles.

VALUE:

a list containing selected components of object ( call, B, observed , estimate), plus the empirical percentiles limits.emp and, if observed has more than one element, the correlation matrix correlation for the replicates.

DETAILS:

The print method print.summary.resamp will print the results in a nicely formatted manner if they are not assigned.

SEE ALSO:

, , , ,

EXAMPLES:

summary(jackknife(stack.loss,var))