easystats / parameters

:bar_chart: Computation and processing of models' parameters
https://easystats.github.io/parameters/
GNU General Public License v3.0
416 stars 37 forks source link

[Proposal] Adding support for glmtoolbox::glmgee models #981

Closed adrianolszewski closed 2 weeks ago

adrianolszewski commented 2 weeks ago

Hi! Currently the glmtoolbox package is clearly superior for GEE estimation over the geepack one (which seems abandoned, with many issues left unfixed). But while geepack is fully supported by insight, glmtoolbox is not.

When I just passed a single model to parameters::model_parameters, I got the following message:

Error: Sorry, `model_parameters()` failed with the following error (possible class `glmgee` not supported):
The entered object is not a model object.

Would it be possible to add such support for the glmgee class (and maybe other from the glmtoolbox package)? As I said before, geepack is likely abandoned, full of bugs (crashing the entire R session), while glmtoolbox is much richer in handy tools, better documented and actively maintained.

strengejacke commented 2 weeks ago

xref: https://github.com/easystats/insight/issues/894

strengejacke commented 2 weeks ago

Is included in https://github.com/easystats/parameters/pull/977 But requires current GitHub version from insight, or better, once this PR is merged, it should also work in parameters.

adrianolszewski commented 1 week ago

Works perfectly, thank you!