getPSAbootMethods: Returns a vector with the default methods used by PSAboot.
Description
The current default methods are:
Stratification
boot.strata
ctree
boot.ctree
rpart
boot.rpart
Matching
boot.matching
MatchIt
boot.matchit
Usage
getPSAbootMethods()
Arguments
Value
a vector of methods for use by PSAboot
Details
The default methods can be changed by setting the PSAboot.methods option
using options('PSAboot.methods'=c(...)) where ... is a named
list of functions.