getPSAbootMethods {PSAboot} | R Documentation |
Returns a vector with the default methods used by PSAboot
.
Description
The current default methods are:
- Stratification
- ctree
- rpart
- Matching
- MatchIt
Usage
getPSAbootMethods()
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.
Value
a vector of methods for use by PSAboot
[Package PSAboot version 1.3.8 Index]