Rdocumentation
powered by
Learn R Programming
PSAboot (version 1.0)
boot.matchit: MatchIt package implementation for bootstrapping.
Description
MatchIt package implementation for bootstrapping.
Usage
boot.matchit(Tr, Y, X, X.trans, formu, ...)
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.
...
other parameters passed from
PSAboot