Learn R Programming

mistr (version 0.0.2)

wilcoxdist: Creates an Object Representing Wilcoxon Distribution

Description

The function creates an object which represents the Wilcoxon distribution.

Usage

wilcoxdist(m, n)

Arguments

m

number of observations in the first sample.

n

number of observations in the second sample.

Value

Object of class wilcoxdist.

Details

See Wilcoxon.

See Also

Wilcoxon

Examples

Run this code
# NOT RUN {
W <- wilcoxdist(20, 15)
d(W, c(2, 3, 4, NA))
r(W, 5)
# }

Run the code above in your browser using DataLab