getPSAbootMethods {PSAboot}R 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


[Package PSAboot version 1.3.8 Index]