w.test: Wilcoxon test wrapper that returns a normalized U-statistic

View source: R/clusterTools.R

w.testR Documentation

Wilcoxon test wrapper that returns a normalized U-statistic

Description

This wrapper just calls wilcox.test but normalizes the test's U-statistic by the product of the lengths (counts of non-NA values) of x and y such that values U>0 indicate that x is generally larger than y and opposite for U<0.

Usage

w.test(x, y, ...)

Arguments

x, y

as x and y passed to wilcox.test

...

further parameters passed on to wilcox.test


raim/segmenTools documentation built on Feb. 16, 2025, 10:40 p.m.