reportSMD | R Documentation |
Report adequacy of balance
reportSMD(out)
out |
An object of class matchit |
library(MatchIt)
formula=treat ~ age + educ + race+ married +nodegree + re74 + re75
out=matchit(formula, data =lalonde, method= "nearest")
reportSMD(out)
out1=matchit(formula, data =lalonde, method= "full",link="probit")
reportSMD(out1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.