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
)
a ggplot2
boxplot of the differences.
the results from [trimatch()].
a vector of the outcome measure of interest.
logical indicating whether the means should be plotted.
specify the order for doing the paired analysis, that is
analysis will be conducted as:
ordering[1] - ordering[2]
, ordering[1] - ordering[3]
,
and ordering[2] - ordering[3]
.
the width for the confidence intervals.