Last data update: 2014.03.03

R: Returns a vector with the default methods used by 'PSAboot'.
getPSAbootMethodsR Documentation

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()

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

Results