These are functions used for compatibility with broom's tidying
functions to facilitate use with huxreg, thereby making
export_summs
works.
tidy.summ(x, conf.int = FALSE, conf.level = 0.95, ...)glance.summ.lm(x, ...)
glance.summ.glm(x, ...)
glance.summ.svyglm(x, ...)
glance.summ.merMod(x, ...)
glance.summ.rq(x, ...)
The summ
object.
Include confidence intervals? Default is FALSE.
How wide confidence intervals should be, if requested. Default is .95.
Other arguments (usually ignored)
A data.frame with columns matching those appropriate for the model
type per glance
documentation.