print.lmrob | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.