HL.mean {asbio}R Documentation

Hodges-Lehman estimator of location

Description

Calculates Hodges-Lehman estimates of location.

Usage

HL.mean(x)

Arguments

x A vector of quantitative data.

Author(s)

Ken Aho

See Also

H.mean, G.mean

Examples

x<-c(2,1,4,5,6,2.4,7,2.2,.002,15,17,.001)
HL.mean(x)

[Package asbio version 0.1 Index]