print.lmRob {robust} | R Documentation |
Displays the formula, coefficients, degrees of freedom, and the residual standard error in a fitted lmRob object.
print.lmRob(x, ...)
x |
an lmRob object. |
... |
additional arguments required by the generic print function. In particular the 'digits' argument is useful for specifying the number of significant digits when displaying numeric output. |
x
is invisibly returned.
data(stack.dat) stack.rob <- lmRob(Loss ~ ., data = stack.dat) print(stack.rob) print(stack.rob, digits = 3)