Learn R Programming

Rfit (version 0.27.0)

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)

Value

Returns the median of the Walsh averages.

Arguments

x

numeric vector

Author

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

Run this code

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

Run the code above in your browser using DataLab