Learn R Programming

robust (version 0.3-0)

print.lmfm: Print Method for lmfm Objects

Description

Prints a brief description of the models contained in an lmfm object.

Usage

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

Arguments

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

Value

  • x is invisibly returned.

Examples

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

Run the code above in your browser using DataLab