print.lmfm {robust}R Documentation

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

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

[Package robust version 0.3-4 Index]