R/plot.glmRob.q

Defines functions plot.glmRob

Documented in plot.glmRob

plot.glmRob <- function(x, which.plots = c(2, 5, 7, 6), ...)
{
  fm <- fit.models(x)
  names(fm) <- deparse(substitute(x))

  plot.glmfm(fm, which.plots = which.plots, ...)

  invisible(x)
}

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.