lms.to.table: Make a table to summarize coefficients of a list of linear...

View source: R/lms.to.table.R

lms.to.tableR Documentation

Make a table to summarize coefficients of a list of linear models

Description

Make a table to summarize coefficients of a list of linear models

Usage

lms.to.table(L)

Arguments

L

A list of linear model objects.

Details

The different linear models must be computed separately, and then passed to the argument in a list format, using the function list().

Value

A dataframe with all the terms of the different linear models and their coefficients. The minus sign '-' is set for absence of the term in the model.

Author(s)

Julien Bousquet (2021)

Examples

# Simple example
# Assuming lm1, lm2, and lm3 are linear models
# lm_list <- list(lm1, lm2, lm3)
# lms.to.table(L=lm_list)


Antoine-Masse/KefiR documentation built on July 4, 2024, 11:40 a.m.