glance_custom function

Extract custom information from a model object and turn it into a tidy data.frame or tibble with a single row.

Extract custom information from a model object and turn it into a tidy data.frame or tibble with a single row.

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.

glance_custom(x, ...)

Arguments

  • x: model or other R object to convert to single-row data frame
  • ...: ellipsis
  • Maintainer: Vincent Arel-Bundock
  • License: GPL-3
  • Last published: 2025-02-02