Learn R Programming

Omisc (version 0.1.5)

aCalc: aCalc

Description

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

Usage

aCalc(X)

Value

An estimate of a for use in BCa.

Arguments

X

A vector of jackknife results

Examples

Run this code
X<-rchisq(100,2)
aCalc(X)

Run the code above in your browser using DataLab