aCalc: aCalc

Description Usage Arguments Value Examples

View source: R/aCalc.R

Description

This function calculates the actual "a" estimate from the jackknife approximation of a used in BCa CI's

Usage

1
aCalc(X)

Arguments

X

A vector of jackknife results

Value

An estimate of a for use in BCa.

Examples

1
2
X<-rchisq(100,2)
aCalc(X)

okeep/Omisc documentation built on March 5, 2022, 12:32 a.m.