Rro.test | R Documentation |
Robust rank order test
Rro.test(x1, y1)
x1 |
Fist numerical variable |
y1 |
Second numerical variable |
Robust rank order test (modification of Wilcoxon test for samples with contrasting variation), a variant of Fligner-Policello test.
Alternatives: robustrank::mod.wmw.test() (probably more sophisticated); npsm::fp.test(); NSM3::pFligPoli() (very advanced, with possibilities of exact and Monte Carlo testing); RVAideMemoire::fp.test() (developed in the way similar to most base R tests, probably the best alternative).
Returns z statistic and p-value.
Alexey Shipunov
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.