BCboot: Apply Bias Correction to Bootstrap Estimates

View source: R/BCboot.R

BCbootR Documentation

Apply Bias Correction to Bootstrap Estimates

Description

Apply bias correction to bootstrap estimates.

Usage

BCboot(thetastar, thetahat, bounds = c(0.1, 0.9))

Arguments

thetastar

a vector of bootstrap estimates.

thetahat

a point estimate from original data.

bounds

a vector of lower and upper limits to handle extremely biased cases.

Value

Vector of bias-corrected bootstrap estimates.

Note

BCa with zero acceleration, based on bcanon in package bootstrap by Tibshirani.

See Efron and Tibshirani (1993, pp. 184-186), Gavaris and Van Eeckhaute (1998, p.10), and Gavaris (1999, p. 47).


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.