Plots distribution for either the treatment or comparison group.
mlpsa.distribution.plot(
x,
treat,
fill.colours = NULL,
flip = TRUE,
label = treat,
level2.label = NULL,
legendlab = NULL,
axis.text.size = 8,
fill.colors = NULL,
...
)
the results of [mlpsa()].
the group to plot. This must be one of the two levels of the treatment variable.
if specified, the colors to use for level 2 points.
if TRUE, the level 2 clusters will be on the y-axis and the outcome variable on the x-axis. Otherwise reversed.
the label to use for the axis.
the axis label for the level 2 indicators.
the label for the legend, or NULL to exclude a legend.
the size of the axis text
if specified, the colors to use for level 2 points.
currently unused.
plot.mlpsa