This PR includes (a first working version of) the tidy/augment/glance methods for feglm objects. These functions are needed for converting objects from statistical analyses into formats that are amenable for further processing. See https://github.com/tidymodels/broom
E.g. the modelsummary package uses broom for creating regression tables: https://github.com/tidymodels/broom.
I had to include the generics package as additional imports, otherwise the S3 dispatch would not work.
This PR includes (a first working version of) the tidy/augment/glance methods for
feglm
objects. These functions are needed for converting objects from statistical analyses into formats that are amenable for further processing. See https://github.com/tidymodels/broom E.g. themodelsummary
package usesbroom
for creating regression tables: https://github.com/tidymodels/broom.I had to include the
generics
package as additional imports, otherwise the S3 dispatch would not work.