lmatPairwise: lmatPairwise

View source: R/lmatPairwise.R

lmatPairwiseR Documentation

lmatPairwise

Description

lmatPairwise

Usage

lmatPairwise(x, ...)
## S3 method for class 'matrix'
lmatPairwise(x, levels, ...)
## S3 method for class 'glht'
lmatPairwise(x, ...)
## S3 method for class 'mmc.multicomp'
lmatPairwise(x, ...)
## S3 method for class 'mmc'
lmatPairwise(x, ...)

Arguments

x

x

...

...

levels

levels

Details

details

Value

matrix

Author(s)

rmh

See Also

mmc, mcp

Examples

data(catalystm)
catalystm1.aov <- aov(concent ~ catalyst, data=catalystm)
catalystm.mmc <- mmc(catalystm1.aov)
lmatPairwise(catalystm.mmc)

HH documentation built on Aug. 9, 2022, 5:08 p.m.

Related to lmatPairwise in HH...