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)))
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
.t.test
.ks.boot
.t.test
.qqstats
with standardization.qqstats
without standardization. Sekhon, Jasjeet S. 2006. ``Matching: Algorithms and Software for
Multivariate and Propensity Score Matching with Balance Optimization
via Genetic Search.''
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