panel.confintMMC
From HH v3.1-42
by Richard Heiberger
Confidence interval panel for MMC tiebreaker plots, or confidence interval plot.
Confidence interval panel for MMC tiebreaker plots, or confidence interval plot.
- Keywords
- hplot
Usage
panel.confintMMC(x, y, subscripts, ..., col, lwd, lty, lower, upper,
contrast.name, right.text.cex = 0.8,
contrast.height=FALSE)
Arguments
- x
means
- y
When called from
mmcisomeans
, the heights associated with the contrasts. When called frommmcmatch
, integers from one to the number of means.- subscripts
Index into the
contrast.names
.- …
Additional arguments are ignored.
- col, lty, lwd
Standard lattice arguments.
- lower
Vector of lower bounds for the intervals.
- upper
Vector of upper bounds for the intervals.
- contrast.name
Names of the contrasts.
- right.text.cex
The right axis has non-standard controls.
- contrast.height
Logical. The alternate
TRUE
means display the values of the contrast heights as the left axis tick labels.
See Also
See mmc
for the references and examples.
Community examples
Looks like there are no examples yet.