Learn R Programming

Omisc (version 0.1.2)

aCalc: 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

Run this code
# NOT RUN {
X<-rchisq(100,2)
aCalc(X)

# }

Run the code above in your browser using DataLab