Learn R Programming

robust (version 0.3-19)

print.summary.lmRob: Print Method for summary.lmRob Objects

Description

Displays the call, quartiles of the residuals, an anova table for the coefficients, residual standard error, degrees of freedom, robust multiple r-squared, and the test for bias. If the summary.lmRob object contains a correlation matrix for the coefficients it will be displayed as well.

Usage

## S3 method for class 'summary.lmRob':
print(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.

See Also

lmRob, lmRob.object.

Examples

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

Run the code above in your browser using DataLab