boxdiff.plot | R Documentation |
ggplot2
box plot of the differences.A boxplot of differences between each pair of treatments.
boxdiff.plot(
tmatch,
out,
plot.mean = TRUE,
ordering = attr(tmatch, "match.order"),
ci.width = 0.5
)
tmatch |
the results from [trimatch()]. |
out |
a vector of the outcome measure of interest. |
plot.mean |
logical indicating whether the means should be plotted. |
ordering |
specify the order for doing the paired analysis, that is
analysis will be conducted as:
|
ci.width |
the width for the confidence intervals. |
a ggplot2
boxplot of the differences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.