Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

owa

Ordered Walsh Averages


Description

Function to compute the ordered Walsh averages and the value of the Hodges-Lehmann estimator

Usage

owa(x,y)

Arguments

x

first vector of data of length n

y

second vector of data of length n

Value

Returns a list containing:

owa

the ordered Walsh averages

h.l

the value of the Hodges-Lehmann estimator

Author(s)

Rachel Becvarik

Examples

##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)

NSM3

Functions and Datasets to Accompany Hollander, Wolfe, and Chicken - Nonparametric Statistical Methods, Third Edition

v1.16
GPL-2
Authors
Grant Schneider, Eric Chicken, Rachel Becvarik
Initial release
2021-04-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.