signedrank {Rfit} | R 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
Examples
## The function is currently defined as
function (x)
median(walsh(x))
[Package Rfit version 0.27.0 Index]