bcCI: Bias corrected bootstraps

View source: R/bcCI.R

bcCIR Documentation

Bias corrected bootstraps

Description

Calculate bias-corrected confidence intervals for bootstrap data using methods in Manly textbook.

Usage

bcCI(x.bs, x, ci = 0.95)

Arguments

x.bs

A vector of bootstrap estimates of some quantity.

x

A scalar of the original estimate of the quantity.

ci

A scalar of the desired confidence interval coverage.

Value

A named vector containing the lower and upper endpoints of the bias-corrected bootstrap confidence interval.


Rdistance documentation built on Jan. 10, 2026, 1:07 a.m.