CorrUpperBound {NSM3} | R 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)
[Package NSM3 version 1.18 Index]