bca_interval {drord}R Documentation

Compute a BCa confidence interval

Description

Compute a BCa confidence interval

Usage

bca_interval(pt_est, boot_samples, jack_samples, alpha = 0.05)

Arguments

pt_est

The point estimate of the parameter of interest

boot_samples

A collection of bootstrap realizations of the estimator of the parameter of interest

jack_samples

A vector of jackknife estimates of the parameter of interest.

alpha

Confidence intervals have nominal level 1-alpha.

Value

2-length vector containing BCa confidence interval limits.


[Package drord version 1.0.1 Index]