lms.to.table | R Documentation |
Make a table to summarize coefficients of a list of linear models
lms.to.table(L)
L |
A list of linear model objects. |
The different linear models must be computed separately, and then passed to the argument in a list format, using the function list().
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.
Julien Bousquet (2021)
# Simple example
# Assuming lm1, lm2, and lm3 are linear models
# lm_list <- list(lm1, lm2, lm3)
# lms.to.table(L=lm_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.