Functions that are not usable anymore, and will be entirely removed from the package in future versions.
back.lsmeans(...)
byf.normhist(...)
cor.sparse(...)
DA.confusion(...)
DA.valid(...)
DA.var(...)
fc.multcomp(...)
friedman.rating.test(...)
kruskal.rating.test(...)
pairwise.manova(...)
pairwise.wilcox.rating.test(...)
plot1comp.ind(...)
plot1comp.var(...)
PLSDA.ncomp(...)
PLSDA.test(...)
rating.lsmeans(...)
s.corcircle2(...)
scat.mix.categorical(...)
scat.mix.numeric(...)
scatter.coa2(...)
wilcox.paired.rating.multcomp(...)
wilcox.rating.signtest(...)
wilcox.rating.test(...)
previous arguments.
back.lsmeans
and rating.lsmeans
are replaced by back.emmeans
and rating.emmeans
. More generally, stop using package lsmeans and change to package emmeans, its new version.
byf.normhist
was not very useful and byf.hist
does nearly the same job.
cor.sparse
is replaced by the more generic MVA.plot
.
DA.confusion
and DA.valid
are replaced by the more generic MVA.cmv
and MVA.cv
.
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
).
friedman.rating.test
, kruskal.rating.test
, wilcox.rating.test
, wilcox.rating.signtest
, 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.
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
)
plot1comp.ind
, plot1comp.var
, s.corcircle2
, scat.mix.categorical
, scat.mix.numeric
and scatter.coa2
are replaced by the more generic MVA.plot
.
PLSDA.ncomp
was not really useful and mvr
does nearly the same job.
PLSDA.test
is replaced by the more generic MVA.test
.