R/rve.R

Defines functions rve

rve <- function(x, y=NULL) {
  # Performs a one-sided  Wilcox test:
  stat <- wilcox.test(x, y, alternative = "g")        # greater
  stat
}
izhbannikov/vartools documentation built on May 18, 2019, 7:14 a.m.