glance_custom: Extract custom information from a model object and turn it...

View source: R/glance_custom.R

glance_customR Documentation

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

Description

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.

Usage

glance_custom(x, ...)

Arguments

x

model or other R object to convert to single-row data frame

...

ellipsis


modelsummary documentation built on Oct. 15, 2023, 5:06 p.m.