Learn R Programming

Omisc (version 0.1.5)

aboot: Title

Description

Title

Usage

aboot(boot)

Value

a vector of accelleration parameters for use in BCa bootstrap intervals

Arguments

boot

a vector of bootstrap resample statistics to use to calculate the accelleration parameter.

Examples

Run this code
 data<-DFSimulated()
boots<-NaiveBoot(data, groups="Rs", keepgroups=TRUE)
boots<-bootAnalysis(boots, cbind, DFanalysis, 1,2,3, robust=FALSE)
boots<-t(boots)
aboot(boots)

Run the code above in your browser using DataLab