CorrUpperBound: Computes the upper bound for the null correlation between two...

View source: R/CorrUpperBound.R

CorrUpperBoundR Documentation

Computes the upper bound for the null correlation between two overlapping signed rank statistics.

Description

This function is based on the computations in Hollander (1967).

Usage

CorrUpperBound(n)

Arguments

n

number of observations

Value

Returns a numeric value indicating the upper bound.

Author(s)

Grant Schneider

References

Hollander, Myles. "Rank tests for randomized blocks when the alternatives have an a priori ordering." The Annals of Mathematical Statistics (1967): 867-877.

Examples

##Hollander-Wolfe-Chicken Example 7.12 Effect of Weight on Forearm Tremor Frequency
CorrUpperBound(6)

NSM3 documentation built on Sept. 8, 2023, 5:52 p.m.

Related to CorrUpperBound in NSM3...