Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.lmfm

Comparison Summaries for Linear Regression Models


Description

Compute a summary of each model in an lmfm object.

Usage

## S3 method for class 'lmfm'
summary(object, correlation = FALSE, ...)

Arguments

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.

Value

a list with class summary.lmfm whose elements are summaries of each model in object.

Examples

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))

fit.models

Compare Fitted Models

v0.64
GPL
Authors
Kjell Konis [aut, cre]
Initial release
2020-08-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.