ch.ro | R Documentation |
Function to compute the Campbell-Hollander estimator G-hat
ch.ro (x,n,alpha,mu,...)
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 |
G.hat |
estimate of the rank order G |
Rachel Becvarik
See Section 16.3 of Hollander, Wolfe, Chicken - Nonparametric Statistical Methods 3.
##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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.