glhtWithMCP.993
From HH v3.1-42
by Richard Heiberger
Retain averaging behavior that was previously available in glht.
For some ANOVA models with two or more factors, we need to average over interaction terms. These functions use an older version of glht.mcp and mcp2matrix to do that averaging.
Usage
glhtWithMCP.993(model, linfct, ...)
mcp2matrix.993(model, linfct)
Arguments
- model, linfct, …
See
glht
Details
mcp2matrix
is taken from from multcomp_0.993-2.tar.gz/R/mcp.R
.
glhtWithMCP.993
is based on glht.mcp
in
multcomp_1.0-0/R/glht.R
with the call to mcp2matrix
replaced by a call to mcp2matrix.993
.
Value
See glht
See Also
Community examples
Looks like there are no examples yet.