| glance | R Documentation |
Checks if a glance method exits for a given object, either in {broom} or in
{broom.mixed}. If it does, return the model summary dataframe, if not, return
a NULL. In this case, you can try the glance_performance()
function.
glance(x, ...)
x |
model or other R object to convert to single-row data frame |
... |
other arguments passed to methods |
grouped_glance, glance_performance
set.seed(123) lm.mod <- lm(Sepal.Length ~ Species, iris) broomExtra::glance(lm.mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.