wprob-methods: Calculates wilcoxon's upper and lower probabilities

Description Usage Arguments Value Author(s) Examples

Description

Calculates the wilcoxon's upper and lower probabilities for each possible rank sum defined by the size of the test and reference samples.

Usage

1
wprob(m, n)

Arguments

m

An integer. Defines the test sample size.

n

An integer. Defines the reference sample size.

Value

A list. Returns a list of all possible lower and upper tail p-values defined by the sum of the possible rank combinations.

Author(s)

Sten Ilmjarv

Examples

1
2
# For test sample 4 and reference sample 6 calculate wilcoxon's upper and lower probabilities
wprob( 4, 6 )

demi documentation built on May 2, 2019, 11:11 a.m.