powered by
Print method for elements of class "lmrob".
"lmrob"
# S3 method for lmrob print(x, digits = max(3, getOption("digits") - 3), ...)
an R object of class lmrob, typically created by lmrob.
lmrob
number of digits for printing, see digits in options.
digits
options
potentially more arguments passed to methods.
lmrob, summary.lmrob, print and summary.
summary.lmrob
print
summary
data(coleman) ( m1 <- lmrob(Y ~ ., data=coleman) ) # -> print.lmrob() method
Run the code above in your browser using DataLab