PSAboot
R/PSAboot.R
getPSAbootMethods.Rd
The current default methods are:
boot.strata
boot.ctree
boot.rpart
boot.matching
boot.matchit
getPSAbootMethods()
a vector of methods for use by PSAboot
The default methods can be changed by setting the PSAboot.methods option using options('PSAboot.methods'=c(...)) where ... is a named list of functions.
PSAboot.methods
options('PSAboot.methods'=c(...))
...