Learn R Programming

robust (version 0.3-19)

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

Description

Displays a side-by-side comparison of the summaries in an lmfm object.

Usage

## S3 method for class 'summary.lmfm':
print(x, ...)

Arguments

x
a summary.lmfm object.
...
additional arguments required by the generic print function.

Value

  • x is invisibly returned.

See Also

summary.lmfm.

Examples

Run this code
data(stack.dat)
stack.fm <- fit.models(list(Robust = "lmRob", LS = "lm"), Loss ~ ., data = stack.dat)
stack.sum <- summary(stack.fm)
print.summary.lmfm(stack.sum)
print(stack.sum)

Run the code above in your browser using DataLab