Dispatches to the appropriate table function based on model type and requested table type. Requires the gt package.
Value
A gt table object.
Examples
# \donttest{
model <- tl_model(mtcars, mpg ~ wt + hp, method = "linear")
tl_table(model)
Model Evaluation Metrics
tidylearn | linear (regression) | mpg ~ wt + hp | n = 32
tl_table(model, type = "coefficients")
Linear Model Coefficients
tidylearn | linear (regression) | mpg ~ wt + hp | n = 32
# }
