HH (version 3.1-30)

lmatPairwise: 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

Value

  • matrix

Details

details

See Also

mmc, mcp

Examples

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

Run the code above in your browser using DataCamp Workspace