| combine_coefficient_tables | R Documentation |
Merges coefficient tables from multiple fitted models into a single data.table with a Model identifier column.
combine_coefficient_tables(coef_list, model_names)
coef_list |
List of data.tables containing coefficient information. |
model_names |
Character vector of model names corresponding to coef_list. |
Combined data.table with Model column, or NULL if empty.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.