Learn R Programming

Rfit (version 0.09)

signedrank: 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.

References

Hettmansperger, T.P. and McKean J.W. (1998), Robust Nonparametric Statistical Methods, London: Arnold.

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

See Also

walsh

Examples

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

Run the code above in your browser using DataLab