R/deprecated.R

Defines functions translate.logit ggassoc_scatter ggassoc_crosstab ggassoc_boxplot ggassoc_phiplot darma condesc catdesc assoc.yx assoc.catcont assoc.twocat assoc.twocont phi.table pem wtable

Documented in assoc.catcont assoc.twocat assoc.twocont assoc.yx catdesc condesc darma ggassoc_boxplot ggassoc_crosstab ggassoc_phiplot ggassoc_scatter pem phi.table translate.logit wtable

wtable <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

pem <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

phi.table <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

assoc.twocont <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

assoc.twocat <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

assoc.catcont <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

assoc.yx <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

catdesc <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

condesc <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

darma <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

ggassoc_phiplot <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

ggassoc_boxplot <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

ggassoc_crosstab <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

ggassoc_scatter <- function(...) {
  stop("This function has been moved to the descriptio package.\n
       Please install it and check the documentation here :\n
       https://nicolas-robette.github.io/descriptio/")
}

translate.logit <- function(...) {
  stop("This function has been moved to the translate.logit package.\n
       Please install it from CRAN.")
}

Try the GDAtools package in your browser

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

GDAtools documentation built on Oct. 6, 2023, 5:07 p.m.