MatchBalance
and not this function
directly.balanceUV(Tr, Co, weights = rep(1, length(Co)), exact = FALSE, ks=FALSE,
nboots = 1000)
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
.ks.boot
.wilcox.test
.t.test
.Sekhon, Jasjeet S. 2004. ``Balance Tests for Matching Estimators.'' Working Paper.
summary.balanceUV
,
ks.boot
, Match
, 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