aCalc {Omisc} | R 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)
[Package Omisc version 0.1.5 Index]