signedrank: Signed-Rank Estimate of Location (Intercept)

signedrankR Documentation

Signed-Rank Estimate of Location (Intercept)

Description

Returns the signed-rank estimate of intercept with is equivalent to the Hodges-Lehmann estimate of the residuals.

Usage

signedrank(x)

Arguments

x

numeric vector

Value

Returns the median of the Walsh averages.

Author(s)

John Kloke, Joseph McKean

References

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

Hollander, M. and Wolfe, D.A. (1999), Nonparametric Statistical Methods, New York: Wiley.

See Also

walsh

Examples


## The function is currently defined as
function (x) 
median(walsh(x))

Rfit documentation built on Sept. 8, 2023, 5:59 p.m.