boxdiff.plot {TriMatch} | R Documentation |
Returns a ggplot2
box plot of the differences.
Description
A boxplot of differences between each pair of treatments.
Usage
boxdiff.plot(tmatch, out, plot.mean = TRUE, ordering = attr(tmatch,
"match.order"), ci.width = 0.5)
Arguments
tmatch |
the results from |
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. |
Value
a ggplot2
boxplot of the differences.
[Package TriMatch version 0.9.9 Index]