coefficient_table: Extracts a table of coefficients from a tibble containing model objects
Description
Extracts a table of coefficients from a tibble containing model objects
Usage
coefficient_table(model_tbl)
Arguments
model_tbl
A tibble of model objects, generally the output of
fit_models
.