Summary Method for Resample Objects

DESCRIPTION:

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

USAGE:

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

REQUIRED ARGUMENTS:

object
object of class resamp.

OPTIONAL ARGUMENTS:

probs
probability levels at which to calculate percentiles.
narrow
logical, determines how quantiles are computed. If narrow=FALSE (the default), then intervals are wider and coverage probabilities are usually more accurate than with narrow=TRUE.

VALUE:

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

DETAILS:

The print method prints the results in a nicely formatted manner.

SEE ALSO:

, , , ,

EXAMPLES:

summary(jackknife(stack.loss,var))