R/glmRob.misclass.control.q

Defines functions glmRob.misclass.control

Documented in glmRob.misclass.control

glmRob.misclass.control <- function(mc.gamma = 0.01, mc.maxit = 30,
    mc.trc = FALSE, mc.tol = 0.001, mc.initial = NULL, ...)
{
  list(mc.gamma = mc.gamma , mc.maxit = mc.maxit, mc.trc = mc.trc,
    mc.tol = mc.tol, mc.initial = mc.initial)
}

Try the robust package in your browser

Any scripts or data that you put into this service are public.

robust documentation built on July 9, 2023, 6:14 p.m.