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