R/deprecated_rand.test.R

Defines functions rand.test

Documented in rand.test

#' (deprecated) Randomization Test
#' 
#' Please use the randSC function
#'
#' @aliases rand.test
#' @param ... Passed to randSC
#' @export
rand.test <- function(...) {
  warning(.opt$function_deprecated_warning, "Please use: randSC instead.")
  randSC(...)
}

Try the scan package in your browser

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

scan documentation built on Feb. 12, 2021, 3:01 a.m.