summary.lmfm {robust} | R Documentation |
Compute a summary of each lm or lmRob model in a summary.lmfm object.
## S3 method for class 'lmfm': summary(object, correlation = FALSE, ...)
object |
an lmfm object. |
correlation |
a logical value. If TRUE, the correlation matrices for the coefficients are included in the summaries. |
... |
additional arguments required by the generic summary function. |
a list with class summary.lmfm whose elements are summaries of each model in object
.
fit.models
,
summary
,
summary.lmRob
,
summary.lm
.
data(stack.dat) stack.fm <- fit.models(list(Robust = "lmRob", LS = "lm"), Loss ~ ., data = stack.dat) stack.sum <- summary(stack.fm) stack.sum