shipunov (version 1.5)

Rro.test: Robust rank order test

Description

Robust rank order test

Usage

Rro.test(x1, y1)

Arguments

x1

Fist numerical variable

y1

Second numerical variable

Value

Returns z statistic and p-value.

Details

Robust rank order test (modification of Wilcoxon test for samples with contrasting variation)

It is a variant of Fligner-Policello test.

Possible alternatives: 'robustrank::mod.wmw.test()'; 'npsm::fp.test()'; 'NSM3::pFligPoli()'; 'RVAideMemoire::fp.test()'.

Examples

Run this code
# 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