mannwhitney.test: Perform the Mann Whitney two-sample test

View source: R/mannwhitney.test.R

mannwhitney.testR Documentation

Perform the Mann Whitney two-sample test

Description

Perform the Mann Whitney two-sample test

Usage

mannwhitney.test(x, y, alternative = c("two.sided", "less", "greater"))

Arguments

x

A vector of values from the first sample.

y

A vector of values from the first sample.

alternative

Specification of alternative hypothesis.

Value

Test results of class htest

Examples

mannwhitney.test(rnorm(10),rnorm(10)+.5)

MultNonParam documentation built on Aug. 30, 2023, 9:09 a.m.