Learn R Programming

robustbase (version 0.5-0-1)

glmrobMqle.control: 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.

See Also

glmrob