- object
an R object of class lmrob, typically created by
lmrob.
- correlation
logical variable indicating whether
to compute the correlation matrix of the estimated coefficients.
- symbolic.cor
logical indicating whether
to use symbols to display the above correlation matrix.
- x
an R object of class summary.lmrob, typically
resulting from summary(lmrob(..),..).
- digits
number of digits for printing, see digits in
options.
- signif.stars
logical variable indicating
whether to use stars to display different levels of
significance in the individual t-tests.
- showAlgo
optional logical indicating if the
algorithmic parameters (as mostly inside the control part)
should be shown.
- cov
covariance estimation function to use, a
function or character string naming the
function; robustbase currently provides ".vcov.w" and
".vcov.avar1", see Details of lmrob.
Particularly useful when object is the result of
lmrob(.., cov = "none"), where
object$cov <- vcov(object, cov = ".vcov.w")
allows to update the fitted object.
- complete
(mainly for R >= 3.5.0:)
logical indicating if the
full variance-covariance matrix should be returned also in case of
an over-determined system where some coefficients are undefined and
coef(.) contains NAs correspondingly. When
complete = TRUE, vcov() is compatible with
coef() also in this singular case.
- ...
potentially more arguments passed to methods.