Learn R Programming

asbio (version 0.2-1)

HL.mean: Hodges-Lehman estimator of location

Description

Calculates Hodges-Lehman estimates of location.

Usage

HL.mean(x)

Arguments

x
A vector of quantitative data.

See Also

H.mean, G.mean

Examples

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

Run the code above in your browser using DataLab