powered by
Robust rank order test
Rro.test(x1, y1)
Fist numerical variable
Second numerical variable
Returns z statistic and p-value.
Robust rank order test (modification of Wilcoxon test for samples with contrasting variation)
It is a variant of Fligner-Policello test.
Alternatives: 'robustrank::mod.wmw.test()'; 'npsm::fp.test()'; 'NSM3::pFligPoli()'; 'RVAideMemoire::fp.test()'; 'robustrank' package.
# NOT RUN { ## data from help(wilcox.test) x <- c(0.80, 0.83, 1.89, 1.04, 1.45, 1.38, 1.91, 1.64, 0.73, 1.46) y <- c(1.15, 0.88, 0.90, 0.74, 1.21) Rro.test(x, y) # }
Run the code above in your browser using DataLab