Skip to contents

The plot method visualizes pairwise comparisons from a PostHocTest object using dot plots. Each component of x is plotted separately, showing estimated differences along with confidence intervals. A vertical reference line at zero is added.

Usage

# S3 method for class 'PostHocTest'
plot(x, ...)

Arguments

x

an object of class "PostHocTest", typically returned by postHocTest().

...

additional graphical parameters passed to pharos::plotDot() and base plotting functions.

Value

Invisibly returns NULL.

Details

For each factor in x, a dot plot is produced displaying pairwise differences in means and their confidence intervals. The confidence level is taken from the "conf.level" attribute of x.