simint in R to the MMC
functions designed with S-Plus multicomp notation. These are
all internal functions that the user doesn't see.as.multicomp(x, ...)
as.multicomp.hmtest(x,
group="group",
focus=x$FNAMES$mainF,
ylabel=x$FNAMES$response,
lmcall=x$call,
means,
lmat=t(x$cmatrix),
lmat.rows=seq(along=dimnames(lmat)[[1]])[-1],
aov.mca,
...)
print.mmc.multicomp(x, ...)
plot.multicomp(x, ...)
as.hmtest(x, ...)
as.hmtest.multicomp(x, eps=.001, ...)"hmtest" object for as.multicomp.
A "mmc.multicomp" object for print.mmc.multicomp.
A "multicomp" object for as.hmtest and plot.multicomp.whichf in simintfocus factor."aov" object for the same model formula.simint.as.multicomp is a generic function to change its argument to a
"multicomp" object.
as.multicomp.hmtest changes an "hmtest" object to a
"multicomp" object.
print.mmc.multicomp prints a "mmc.multicomp" object.mmc, simint.mmc,
simint in R,
multicomp in S-Plus.