HH (version 3.1-34)

lmatPairwise: lmatPairwise

Description

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

Value

matrix

Details

details

See Also

mmc, mcp

Examples

Run this code
# NOT RUN {
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