Produces a styled gt table of model coefficients. Supports linear, polynomial, logistic, ridge, lasso, and elastic net models.
Value
A gt table object.
Examples
# \donttest{
model <- tl_model(mtcars, mpg ~ wt + hp, method = "linear")
tl_table_coefficients(model)
Linear Model Coefficients
tidylearn | linear (regression) | mpg ~ wt + hp | n = 32
# }
