Nothing
#' Deprecated / Defunct Functions
#'
#' @param ... Arguments to the deprecated function.
#'
#' @rdname effectsize_deprecated
#' @name effectsize_deprecated
NULL
# March 2023 --------------------------------------------------------------
#' @rdname effectsize_deprecated
#' @export
convert_odds_to_probs <- function(...) {
.Deprecated("odds_to_probs")
odds_to_probs(...)
}
#' @rdname effectsize_deprecated
#' @export
convert_probs_to_odds <- function(...) {
.Deprecated("probs_to_odds")
probs_to_odds(...)
}
#' @rdname effectsize_deprecated
#' @export
convert_d_to_r <- function(...) {
.Deprecated("d_to_r")
d_to_r(...)
}
#' @rdname effectsize_deprecated
#' @export
convert_r_to_d <- function(...) {
.Deprecated("r_to_d")
r_to_d(...)
}
#' @rdname effectsize_deprecated
#' @export
convert_oddsratio_to_d <- function(...) {
.Deprecated("oddsratio_to_d")
oddsratio_to_d(...)
}
#' @rdname effectsize_deprecated
#' @export
convert_d_to_oddsratio <- function(...) {
.Deprecated("d_to_oddsratio")
d_to_oddsratio(...)
}
#' @rdname effectsize_deprecated
#' @export
convert_oddsratio_to_r <- function(...) {
.Deprecated("oddsratio_to_r")
oddsratio_to_r(...)
}
#' @rdname effectsize_deprecated
#' @export
convert_r_to_oddsratio <- function(...) {
.Deprecated("r_to_oddsratio")
r_to_oddsratio(...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.