print.summary.lmRob {robust}R Documentation

Print Method for summary.lmRob Class Objects

Description

Displays the formula, coefficients, degrees of freedom, and the residual standard error in a fitted lmRob object.

Usage

print.summary.lmRob(x, ...)

Arguments

x a summary.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.

Value

x is invisibly returned.

Warning

....

Note

~~further notes~~

~Make other sections like Warning with section{Warning }{....} ~

Author(s)

~~who you are~~

References

~put references to the literature/web site here ~

See Also

lmRob, lmRob.object.

Examples

data(stack.dat)
stack.robsum <- summary(lmRob(Loss ~ ., data = stack.dat))
print(stack.robsum, digits = 4)

[Package robust version 0.2-0 Index]