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 lmrob , typically created by
lmrob . |
digits |
number of digits for printing, see digits in
options . |
... |
potentially more arguments passed to methods. |
lmrob
, summary.lmrob
,
print
and summary
.
data(coleman) ( m1 <- lmrob(Y ~ ., data=coleman) ) # -> print.lmrob() method