Perc.CI: Percentile intervals.

Description Usage Arguments Value Author(s) References See Also

Description

This function constructs percentile intervals.

Usage

1
Perc.CI(est.b, a1, a2)

Arguments

est.b

a matrix of bootstrap sample estimates for multiple variables. Each column represents one variable.

a1

a scaler or a numeric vector of percentage(s) for the lower limit(s) of confidence intervals.

a2

a scaler or a numeric vector of percentage(s) for the upper limit(s) of confidence intervals.

Value

a list with components of a size the same as that of a1. Each component records estimated confidence intervals with a confidence level specified by each element in a1. The first column in each component reports the lower limits of the estimated confidence intervals, whereas the second reports the upper limits.

Author(s)

Zijun Ke <keziyun@mail.sysu.edu.cn> and Zhiyong Zhang <zhiyongzhang@nd.edu>

References

Efron, B., & Tibshirani, R. J. (1994). An introduction to the bootstrap. Chapman and Hall/CRC.

See Also

BCa.CI


autocorr documentation built on May 2, 2019, 6:12 p.m.