Comparison Summaries for Linear Regression Models
Compute a summary of each model in an lmfm
object.
## S3 method for class 'lmfm' summary(object, correlation = FALSE, ...)
object |
an |
correlation |
a logical value. If TRUE, the correlation matrices for the coefficients are included in the summaries. |
... |
additional arguments required by the generic
|
a list with class summary.lmfm whose elements are summaries of each
model in object
.
data(stackloss) m1 <- lm(stack.loss ~ ., data = stackloss) m2 <- lm(stack.loss ~ . - Acid.Conc., data = stackloss) fm <- fit.models(m1, m2) print(fm.sum <- summary(fm))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.