makeCompareBalTab: Make balance table

View source: R/PSM1.R

makeCompareBalTabR Documentation

Make balance table

Description

Make balance table

Usage

makeCompareBalTab(out)

Arguments

out

An object of a class matchit

Examples

library(MatchIt)
library(cobalt)
formula=treat ~ age + educ + race+ married +nodegree + re74 + re75
out=matchit(formula, data =lalonde, method= "full",link="probit")
makeCompareBalTab(out)

cardiomoon/webrPSM documentation built on Feb. 2, 2024, 3:55 a.m.