Description Usage Arguments Value Examples
Compute a summary of each model in an lmfm
object.
1 2 |
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
.
1 2 3 4 5 6 | 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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.