print.lmfm {robust} | R Documentation |
Prints a brief description of the models contained in an lmfm object.
print.lmfm(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) print.lmfm(stack.fm)