ch.ro: Campbell-Hollander

ch.roR Documentation

Campbell-Hollander

Description

Function to compute the Campbell-Hollander estimator G-hat

Usage

ch.ro (x,n,alpha,mu,...)

Arguments

x

a vector of data of length r

n

the sample size

alpha

the degrees of confidence in mu

mu

the prior guess of the unknown P (a pdf)

...

all of the arguments needed for mu

Value

G.hat

estimate of the rank order G

Author(s)

Rachel Becvarik

References

See Section 16.3 of Hollander, Wolfe, Chicken - Nonparametric Statistical Methods 3.

Examples

##Hollander-Wolfe-Chicken Example 16.2 Swimming in the Women's 50 yard Freestyle
freestyle<-c(22.43, 21.88, 22.39, 22.78, 22.65, 22.60)
ch.ro(freestyle,12,10,pnorm,22.52,.24)

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

Related to ch.ro in NSM3...