mcalinfct | R Documentation |
MCA multiple comparisons analysis (pairwise). We calculate the contrast matrix for all pairwise comparisons, taking account of covariates and interactions.
mcalinfct(model, focus,
mmm.data=model$model,
formula.in=terms(model),
linfct.Means=
multcomp.meanslinfct(model, focus, mmm.data, formula.in,
contrasts.arg=model$contrasts),
type="Tukey"
)
model |
|
focus |
name of one of the factors in the model, as a character object. |
mmm.data |
|
formula.in |
|
linfct.Means |
Contrast matrix for the adjusted means of each level of the focus factor. Normally, the default is the correct value. |
type |
Name of the multiple comparison procedure to be used.
See |
Matrix to be used as a value for the linfct
argument to
glht
.
This function provides results similar to the
mcp(focusname="Tukey")
argument to glht
.
I think it provides better values for covariate and interaction terms.
Richard M. Heiberger <rmh@temple.edu>
MMC
## See the examples in HH/scripts/MMC.cc176.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.