These are functions used for compatibility with broom's tidying
functions to facilitate use with huxreg, thereby making
export_summs
works.
Usage
# S3 method for class 'summ'
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)
# S3 method for class 'summ.merMod'
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)
# S3 method for class 'summ.lm'
glance(x, ...)
# S3 method for class 'summ.glm'
glance(x, ...)
# S3 method for class 'summ.svyglm'
glance(x, ...)
# S3 method for class 'summ.merMod'
glance(x, ...)
# S3 method for class 'summ.rq'
glance(x, ...)
Value
A data.frame with columns matching those appropriate for the model
type per glance
documentation.