mwu.test: Mann-Whitney U test

View source: R/mwu.R

mwu.testR Documentation

Mann-Whitney U test

Description

Performs the Mann-Whitney U test with a normal approximation.

Usage

mwu.test(prep, alternative = c("two.sided", "less", "greater"), correct = TRUE)

Arguments

prep

A rkt_prep object.

alternative

The alternative hypothesis type. One of: "two.sided", "less", "greater".

correct

Logical. Whether to apply continuity correction.

Value

A list of the class "htest".


ROCket documentation built on June 8, 2025, 10:41 a.m.