R/deprecated.R

Defines functions wilcox.rating.test wilcox.paired.rating.multcomp scatter.coa2 scat.mix.numeric scat.mix.categorical s.corcircle2 rating.lsmeans PLSDA.test PLSDA.ncomp plot1comp.var plot1comp.ind pairwise.wilcox.rating.test pairwise.to.groups pairwise.manova kruskal.rating.test friedman.rating.test fc.multcomp dunn.test DA.var DA.valid DA.confusion CvM.test cor.sparse byf.normhist back.lsmeans

Documented in back.lsmeans byf.normhist cor.sparse CvM.test DA.confusion DA.valid DA.var dunn.test fc.multcomp friedman.rating.test kruskal.rating.test pairwise.manova pairwise.to.groups pairwise.wilcox.rating.test plot1comp.ind plot1comp.var PLSDA.ncomp PLSDA.test rating.lsmeans scat.mix.categorical scat.mix.numeric scatter.coa2 s.corcircle2 wilcox.paired.rating.multcomp wilcox.rating.test

back.lsmeans <- function(...) {
  stop("back.lsmeans() is deprecated, use back.emmeans() of this package (more generally, stop using package 'lsmeans' and change to package 'emmeans', its new version)")
}

byf.normhist <- function(...) {
  stop("byf.normhist() is deprecated, use byf.hist() of this package")
}

cor.sparse <- function(...) {
  stop("cor.sparse() is deprecated, use the more generic MVA.cor() of this package")
}

CvM.test <- function(...) {
  stop("CvM.test() is deprecated, use cramer.test() from package 'cramer' instead (additionally, CvM.test() did not perform a Cramer-von Mises test but an alternative Cramer test)")
}

DA.confusion <- function(...) {
  stop("DA.confusion() is deprecated, use the more generic MVA.cmv() or MVA.cv() of this package")
}

DA.valid <- function(...) {
  stop("DA.valid() is deprecated, use the more generic MVA.cmv() or MVA.cv() of this package")
}

DA.var <- function(...) {
  stop("DA.var() is deprecated, use the more generic MVA.synt() of this package")
}

dunn.test <- function(...) {
  stop("dunn.test() is deprecated, use dunnTest() from package 'FSA' instead")
}

fc.multcomp <- function(...) {
  stop("fc.multcomp() is deprecated, use the more powerful emtrends() (package 'emmeans') with the 'var' argument to compare slopes")
}

friedman.rating.test <- function(...) {
  stop("friedman.rating.test() is deprecated, use CLMs instead (package 'ordinal')")
}

kruskal.rating.test <- function(...) {
  stop("kruskal.rating.test() is deprecated, use CLMs instead (package 'ordinal')")
}

pairwise.manova <- function(...) {
  stop("pairwise.manova() is deprecated, use the more powerful emmeans() (package 'emmeans') on \"mlm\" objects")
}

pairwise.to.groups <- function(...) {
  stop("pairwise.to.groups() is deprecated")
}

pairwise.wilcox.rating.test <- function(...) {
  stop("paiwise.wilcox.rating.test() is deprecated, use CLMs instead (package 'ordinal')")
}

plot1comp.ind <- function(...) {
  stop("plot1comp.ind() is deprecated, use the more generic MVA.plot() of this package")
}

plot1comp.var <- function(...) {
  stop("plot1comp.var() is deprecated, use the more generic MVA.plot() of this package")
}

PLSDA.ncomp <- function(...) {
  stop("PLSDA.ncomp() is deprecated, use directly mvr() (package 'pls')")
}

PLSDA.test <- function(...) {
  stop("PLSDA.test() is deprecated, use the more generic MVA.test() of this package")
}

rating.lsmeans <- function(...) {
  stop("rating.lsmeans() is deprecated, use rating.emmeans() of this package (more generally, stop using package 'lsmeans' and change to package 'emmeans', its new version)")
}

s.corcircle2 <- function(...) {
  stop("s.corcircle2() is deprecated, use the more generic MVA.plot() of this package")
}

scat.mix.categorical <- function(...) {
  stop("scat.mix.categorical() is deprecated, use the more generic MVA.plot() of this package")
}

scat.mix.numeric <- function(...) {
  stop("scat.mix.numeric() is deprecated, use the more generic MVA.plot() of this package")
}

scatter.coa2 <- function(...) {
  stop("scatter.coa2() is deprecated, use the more generic MVA.plot() of this package")
}

wilcox.paired.rating.multcomp <- function(...) {
  stop("wilcox.paired.rating.multcomp() is deprecated, use CLMs instead (package 'ordinal')")
}

wilcox.rating.signtest <- function (...) {
  stop("wilcox.rating.signtest() is deprecated, use CLMs instead (package 'ordinal')")
}

wilcox.rating.test <- function(...) {
  stop("wilcox.rating.test() is deprecated, use CLMs instead (package 'ordinal')")
}

Try the RVAideMemoire package in your browser

Any scripts or data that you put into this service are public.

RVAideMemoire documentation built on Nov. 6, 2023, 5:07 p.m.