lmatPairwise | R Documentation |
lmatPairwise
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, ...)
x |
x |
... |
... |
levels |
levels |
details
matrix
rmh
mmc
, mcp
data(catalystm)
catalystm1.aov <- aov(concent ~ catalyst, data=catalystm)
catalystm.mmc <- mmc(catalystm1.aov)
lmatPairwise(catalystm.mmc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.