ranksum.plot: Wilcoxon Rank Sum Test

View source: R/ch15-fn.R

ranksum.plotR Documentation

Wilcoxon Rank Sum Test

Description

Wilcoxon Rank Sum Test with a Plot

Usage

ranksum.plot(x, y, side = "two", xlab = "Rank Sum statistic",
  dig = 4)

Arguments

x

Data vector in group 1

y

Data vector in group 2

side

Type of alternative hypothesis, Default: 'two'

xlab

Label of x-axis, Default: 'Rank Sum statistic'

dig

Number of digits below the decimal point, Default: 4

Value

None.

Examples

x = c(1,5,7,8,8,8,9)
y = c(2,8,8,8,8,9,9,9,9,10,10,10,10)
ranksum.plot(x, y)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.