Usage
balanceplot(rawdata, matched, pscore.fit,
longcovnames = NULL,
main = "Standardized Difference in Means",
cex.main = 1, cex.vars = 0.8, cex.pts = 0.8,
mar = c(0, 15, 4, 2), mgp = c(2, 0.25, 0),
oma = c(0, 0, 0, 0), tcl = -0.2, ...)
Arguments
matched
matched data using "matching" function
pscore.fit
glm.fit object to get pscore
longcovnames
long covariate names. If not provided, plot will
use covariate variable name by default
cex.main
font size of main title
cex.vars
font size of variabel names
cex.pts
point size of the estimates
mar
margin of the plot, see ?par
for details
mgp
axis margin of the plot, see ?par
for details
oma
outer margin of the plot, see ?par
for details
tcl
length of ticks, see ?par
for details
...
other plot options may be passed to this function