R/glmRob.control.q

Defines functions glmRob.control

Documented in glmRob.control

glmRob.control <- function(method, ...)
{
  switch(method,
    "cubif" = glmRob.cubif.control(...),
    "mallows" = glmRob.mallows.control(...),
    "misclass" = glmRob.misclass.control(...)
  )
}

Try the robust package in your browser

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

robust documentation built on May 2, 2019, 5:20 p.m.