print.lmfm {robust} | R Documentation |
Prints a brief description of the models contained in an lmfm object.
## S3 method for class 'lmfm': print(x, ...)
x |
an lmfm object. |
... |
additional arguments required by the generic print function. |
x
is invisibly returned.
data(stack.dat) stack.fm <- fit.models(list(Robust = "lmRob", LS = "lm"), Loss ~ ., data = stack.dat) print(stack.fm)