glmrobMqle.control {robustbase} | R Documentation |
Auxiliary function as user interface for glmrob
fitting
when method "Mqle" is applied. Typically only used when calling
glmrob
.
glmrobMqle.control(acc = 1e-04, test.acc = "coef", maxit = 50, tcc = 1.345)
acc |
positive convergence tolerance; the iterations converge when ??? |
test.acc |
Only "coef" is currently implemented |
maxit |
integer giving the maximum number of iterations. |
tcc |
tuning constant c for Huber's psi-function |
A list with the arguments as components.
Andreas Ruckstuhl