aboot | R Documentation |
Title
aboot(boot)
boot |
a vector of bootstrap resample statistics to use to calculate the accelleration parameter. |
a vector of accelleration parameters for use in BCa bootstrap intervals
data<-DFSimulated() boots<-NaiveBoot(data, groups="Rs", keepgroups=TRUE) boots<-bootAnalysis(boots, cbind, DFanalysis, 1,2,3, robust=FALSE) boots<-t(boots) aboot(boots)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.