powered by
Influence function to be passed to iMqr.
iMqr
Huber(c = 1.345)
A list with the following items:
define the influence function.
the parameters of the influence function, e.g., the value of c in Huber's function.
c
a character string indicating the name of the influence function.
tuning parameter for Huber's influence function.
These functions are only meant to be used used within a call to iMqr.
Huber, P. J. (1981). "Robust Statistics", John Wiley and Sons, New York.
# The following are identical: # iMqr(y ~ x, psi = "Huber") # iMqr(y ~ x, psi = Huber) # iMqr(y ~ x, psi = Huber(c = 1.345))
Run the code above in your browser using DataLab