glance_fun_s3 | R Documentation |
This is an S3 generic used as the default function in add_glance*(glance_fun)
.
It's provided so various regression model classes can have their own default
functions for returning statistics.
glance_fun_s3(x, ...)
## Default S3 method:
glance_fun_s3(x, ...)
## S3 method for class 'mira'
glance_fun_s3(x, ...)
x |
(regression model) |
... |
These dots are for future extensions and must be empty. |
a function
mod <- lm(age ~ trt, trial)
glance_fun_s3(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.