robustbase (version 0.93-5)

print.lmrob: Print Method for Objects of Class "lmrob"

Description

Print method for elements of class "lmrob".

Usage

# S3 method for lmrob
print(x, digits = max(3, getOption("digits") - 3), …)

Arguments

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.

See Also

lmrob, summary.lmrob, print and summary.

Examples

Run this code
# NOT RUN {
data(coleman)
( m1 <- lmrob(Y ~ ., data=coleman) ) # -> print.lmrob() method
# }

Run the code above in your browser using DataCamp Workspace