View source: R/plot.mlpsa.distribution.R
mlpsa.distribution.plot | R Documentation |
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,
...
)
x |
the results of [mlpsa()]. |
treat |
the group to plot. This must be one of the two levels of the treatment variable. |
fill.colours |
if specified, the colors to use for level 2 points. |
flip |
if TRUE, the level 2 clusters will be on the y-axis and the outcome variable on the x-axis. Otherwise reversed. |
label |
the label to use for the axis. |
level2.label |
the axis label for the level 2 indicators. |
legendlab |
the label for the legend, or NULL to exclude a legend. |
axis.text.size |
the size of the axis text |
fill.colors |
if specified, the colors to use for level 2 points. |
... |
currently unused. |
plot.mlpsa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.