Extract custom information from a model object and turn it into a tidy data.frame or tibble with a single row.
Source:R/glance_custom.R
glance_custom.Rd
To customize the output of a model of class lm
, you can define a new
method called glance_custom.lm
which returns a one-row data.frame.