Learn R Programming

NSM3 (version 1.11)

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)

Arguments

n

number of observations

Value

Returns a numeric value indicating the upper bound.

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
# NOT RUN {
##Hollander-Wolfe-Chicken Example 7.12 Effect of Weight on Forearm Tremor Frequency
CorrUpperBound(6)
# }

Run the code above in your browser using DataLab