MatchBalance
and not this function
directly.balanceUV(Tr, Co, weights = rep(1, length(Co)), exact = FALSE, ks=FALSE,
nboots = 1000, paired=TRUE, match=FALSE,
weights.Tr=rep(1,length(Tr)), weights.Co=rep(1,length(Co)),
estimand="ATT")
wilcox.test
for details.ks
test. If zero, no bootstraps are done. Bootstrapping is
highly recommended because the bootstrapped Kolmogorov-Smirnov test
only provides correct coverage even for non-continut.test
should be used.Tr
and Co
objects are the result
of a call to Match
.sdiff
object is standardized by the variance of
the treatment observations (which is done if the estimand is either
"ATE" or "ATT") or by the variance of the contATT
or
ATE
. The variance of the control observations are used if
the estimand is ATC
.t.test
.ks.boot
.t.test
.qqstats
with standardization---i.e., balance test
based on the empirical CDF.qqstats
without standardization--i.e., balance tests
based on the empirical QQ-plot which retain the scale of the
variable.Rosenbaum, Paul R. and Donald B. Rubin. 1985. ``Constructing a Control Group Using Multivariate Matched Sampling Methods That Incorporate the Propensity Score.'' The American Statistician 39:1 33-38.
Hollander, Myles and Douglas A. Wolfe. 1973. Nonparametric statistical inference. New York: John Wiley & Sons.
summary.balanceUV
, qqstats
ks.boot
, Match
, GenMatch
,
MatchBalance
,
balanceMV
, GerberGreenImai
, lalonde
data(lalonde)
attach(lalonde)
foo <- balanceUV(re75[treat==1],re75[treat!=1])
summary(foo)
Run the code above in your browser using DataLab