R/pairwiseSignTest.r

Defines functions pairwiseSignTest

Documented in pairwiseSignTest

#' @title [Defunct!] Pairwise sign tests
#' @description Defunct. Performs pairwise sign tests.
#' @param ... Anything.
#' @return NULL
#' @export
pairwiseSignTest <- function(...) {
  .Defunct(
    msg = "'pairwiseSignTest' is defunct.\nUse PMCMR or PMCMRplus packages.")
}

Try the rcompanion package in your browser

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

rcompanion documentation built on Sept. 17, 2023, 5:07 p.m.