wilcoxdist: Creates an Object Representing Wilcoxon Distribution

View source: R/creators.R

wilcoxdistR Documentation

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.

Details

See Wilcoxon.

Value

Object of class wilcoxdist.

See Also

Wilcoxon

Examples

W <- wilcoxdist(20, 15)
d(W, c(2, 3, 4, NA))
r(W, 5)

mistr documentation built on March 7, 2023, 7:42 p.m.