aCalc: aCalc

View source: R/aCalc.R

aCalcR Documentation

aCalc

Description

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

Usage

aCalc(X)

Arguments

X

A vector of jackknife results

Value

An estimate of a for use in BCa.

Examples

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


Omisc documentation built on Aug. 9, 2022, 5:09 p.m.

Related to aCalc in Omisc...