deprecated: Deprecated functions in RVAideMemoire package
Description
Functions that are not usable anymore, and will be entirely removed from the package in future versions.Usage
DA.var(...)
fc.multcomp(...)
byf.normhist(...)
pairwise.manova(...)
wilcox.rating.signtest(...)
wilcox.rating.test(...)
kruskal.rating.test(...)
friedman.rating.test(...)
pairwise.wilcox.rating.test(...)
wilcox.paired.rating.multcomp(...)
Details
DA.var
is replaced by the more generic MVA.synt
.
fc.multcomp
is not useful anymore since lstrends
(package lsmeans) does the same job in a much more powerful manner (see argument var
of lstrends
).
byf.normhist
was not very useful and byf.hist
does nearly the same job.
pairwise.manova
is not useful anymore since lsmeans
(package lsmeans) does the same job in a much more powerful manner (on "mlm"
objects, created by lm
and not manova
)
wilcox.rating.test
, wilcox.rating.signtest
, kruskal.rating.test
, friedman.rating.test
, pairwise.wilcox.rating.test
and wilcox.paired.rating.multcomp
can be problematic with ratings (in which ties and zeroes are very frequent). The use of CLM(M)s (via clm
and clmm
) is recommended.