If the covariate is numeric, boxplots will be drawn with red points for the mean and green error bars for the standard error. For non-numeric covariates a barplot will be drawn.
Arguments
- x
results from [trimatch()].
- covar
vector of the covariate to check balance of.
- model
an integer between 1 and 3 indicating from which model the propensity scores will be used.
- nstrata
number of strata to use.
- label
label for the legend.
- ylab
label of the y-axis.
- xlab
label of the x-axis.
- se.ratio
a multiplier for how large standard error bars will be.
print the output if the Freidman Rank Sum Test and repeated measures ANOVA (for continuous variables).
- legend.position
the position of the legend.
- x.axis.labels
labels for the x-axis.
- x.axis.angle
angle for x-axis labels.
- ...
parameters passed to [plot.balance.plots()].