View source: R/glance_custom.R
glance_custom | R Documentation |
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, ...)
x |
model or other R object to convert to single-row data frame |
... |
ellipsis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.