print.lmrob {robustbase} | R Documentation |
Print method for elements of class "lmrob"
.
## S3 method for class 'lmrob' print(x, digits = max(3, getOption("digits") - 3), ...)
x |
an R object of class |
digits |
number of digits for printing, see |
... |
potentially more arguments passed to methods. |
lmrob
, summary.lmrob
,
print
and summary
.
data(coleman) ( m1 <- lmrob(Y ~ ., data=coleman) ) # -> print.lmrob() method