glmrobMqle.control {robustbase}R Documentation

Auxiliary for Controlling Robust GLM Fitting by the Method "Mqle"

Description

Auxiliary function as user interface for glmrob fitting when method "Mqle" is applied. Typically only used when calling glmrob.

Usage

glmrobMqle.control(acc = 1e-04, test.acc = "coef", maxit = 50, tcc = 1.345)

Arguments

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

Value

A list with the arguments as components.

Author(s)

Andreas Ruckstuhl

See Also

glmrob


[Package robustbase version 0.8-0 Index]