Last data update: 2014.03.03

R: Stratification using classification trees for bootstrapping.
boot.ctreeR Documentation

Stratification using classification trees for bootstrapping.

Description

Stratification using classification trees for bootstrapping.

Usage

boot.ctree(Tr, Y, X, X.trans, formu, minStrata = 5, ...)

Arguments

Tr

vector indicating treatment assignment.

Y

vector of outcome.

X

matrix or data frame of covariates.

X.trans

a data frame of X with factors recoded. See cv.trans.psa

formu

the formula to use to estimate propensity scores. Note that the dependent varaible (i.e. treatment variable) name will be updated using the Tr vector.

minStrata

minimum number of treatment or control unitis within a strata to include that strata.

...

other parameters passed from PSAboot

Results