Closed adrianolszewski closed 7 months ago
Thanks for the issue! broom indeed doesn't support these model objects.
Re: your issue with summary()
printing out unwanted information, the capture.output()
function may be helpful for you!
As of the 1.0.0 release of the package, we're not accepting new tidiers to broom, instead asking that they are implemented/maintained in the model-supplying package (i.e. glmtoolbox::
).
This vignette points to some resources we've put together to help with implementing new tidiers in model-supplying packages.
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Hello, Currently broom can tidy the geepack::geeglm() output.
There is, however, a new, much more advanced package for fitting GEE, which is actively maintained (unlike geepack; last serious update 2 years ago) and seems to be the new workhorse.
Would you consider adding tidiers to it? I quickly made the adjustments. I don't fully understand what "glance()" should do especially in terms of the var-cov matrix...
Unfortunately, I don't know how to disable printing the summary every time I want it. Wrapping it with "invisible()" didn't help.
An exemplary fit:
tidy() / please note I added broom::: to access the internal functions working outside the package /
glance() (what to do here? Could you support, please?)
No need to implement the confint(), it's already available.
Let's test: