rht_control: Control function for M-estimation (tuning parameters etc.)
Description
This function is called internally.
Usage
rht_control(acc = 1e-05, maxit = 100, psi = "Huber", ...)
Arguments
acc
numeric tolerance, stoping rule in the iterative
updating scheme (default: 1e-5
)
maxit
maximum number of updating iterations
psi
psi-function (Huber
or asymHuber
)