ranksum.plot: Wilcoxon Rank Sum Test

Description Usage Arguments Value Examples

View source: R/ch15-fn.R

Description

Wilcoxon Rank Sum Test with a Plot

Usage

1
2
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

1
2
3
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)

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.