signedrank function

Signed-Rank Estimate of Location (Intercept)

Signed-Rank Estimate of Location (Intercept)

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

signedrank(x)

Arguments

  • x: numeric vector

Returns

Returns the median of the Walsh averages.

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.

Author(s)

John Kloke, Joseph McKean

See Also

walsh

Examples

## The function is currently defined as function (x) median(walsh(x))
  • Maintainer: John Kloke
  • License: GPL (>= 2)
  • Last published: 2024-05-25

Useful links