ranksum.plot: Wilcoxon Rank Sum Test

Description Usage Arguments Value Examples

View source: R/ranksum.plot.R

Description

Wilcoxon Rank Sum Test with a Plot

Usage

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

jhk0530/Rstat documentation built on Dec. 20, 2021, 11:11 p.m.