huxtable icon indicating copy to clipboard operation
huxtable copied to clipboard

Improvements to tidy_override(): make extend = TRUE by default, allow data frame argument to `glance`

Open hughjonesd opened this issue 3 years ago • 1 comments

extend = FALSE by default is just a PITA and constantly leads to surprises. Also, let glance take a data frame - a common pattern is using glance on the original model, then running e.g. coeftest and tidy_overriding that.

hughjonesd avatar Jul 30 '20 14:07 hughjonesd

Data frame argument to glance should now work (and maybe did before, sometimes). extend = FALSE is a breaking change so will have to wait a little; I've improved the error messages.

hughjonesd avatar Jul 31 '20 18:07 hughjonesd