aboot: Title

View source: R/aboot.R

abootR Documentation

Title

Description

Title

Usage

aboot(boot)

Arguments

boot

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

Value

a vector of accelleration parameters for use in BCa bootstrap intervals

Examples

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

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

Related to aboot in Omisc...