Calculate Empirical Percentiles of Replicates

DESCRIPTION:

Calculates the empirical percentiles for the replicates of parameter estimates in a resamp object. The quantile function is used to calculate the empirical percentiles of each column of the replicates component of x.

USAGE:

limits.emp(x, probs=c(0.025, 0.05, 0.95, 0.975)) 

REQUIRED ARGUMENTS:

x
object of class resamp.

OPTIONAL ARGUMENTS:

probs
probabilities at which to calculate percentiles.

VALUE:

matrix of empirical percentile values with one row per parameter.

SEE ALSO:

, , , , .

EXAMPLES:

temp <- bootstrap(stack.loss,var) 
limits.emp(temp)