powered by
Function to compute the ordered Walsh averages and the value of the Hodges-Lehmann estimator
owa(x,y)
Returns a list containing:
the ordered Walsh averages
the value of the Hodges-Lehmann estimator
first vector of data of length n
second vector of data of length n
Rachel Becvarik
##Hollander-Wolfe-Chicken Example 3.3 x<-c(1.83, 0.50, 1.62, 2.48, 1.68, 1.88, 1.55, 3.06, 1.30) y<-c(0.878, 0.647, 0.598, 2.050, 1.060, 1.290, 1.060, 3.140, 1.290) owa(x,y)
Run the code above in your browser using DataLab