lmatPairwise
From HH v3.1-42
by Richard Heiberger
lmatPairwise
lmatPairwise
Usage
lmatPairwise(x, ...)
# S3 method for matrix
lmatPairwise(x, levels, ...)
# S3 method for glht
lmatPairwise(x, ...)
# S3 method for mmc.multicomp
lmatPairwise(x, ...)
# S3 method for mmc
lmatPairwise(x, ...)
Arguments
- x
x
- …
…
- levels
levels
Details
details
Value
matrix
See Also
Examples
# NOT RUN {
data(catalystm)
catalystm1.aov <- aov(concent ~ catalyst, data=catalystm)
catalystm.mmc <- mmc(catalystm1.aov)
lmatPairwise(catalystm.mmc)
# }
Community examples
Looks like there are no examples yet.