Learn R Programming

NSM3 (version 1.18)

CorrUpperBound: 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)

Value

Returns a numeric value indicating the upper bound.

Arguments

n

number of observations

Author

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

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

Run the code above in your browser using DataLab