You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ggstats::ggcoef_table(mod, exponentiate = TRUE)
✖ Unable to identify the list of variables.
This is usually due to an error calling `stats::model.frame(x)`or `stats::model.matrix(x)`.
It could be the case if that type of model does not implement these methods.
Rarely, this error may occur if the model object was created within
a functional programming framework (e.g. using `lappy()`, `purrr::map()`, etc.).
It partially works, but fails to recognize everything.
It doesn't recognize odds ratios, doesn't format the coefficients nicely like in the examples.
The model is the GEE estimated logistic regression (geepack::geeglm).
There exists a basic tidier:
But the results:
Pooled model data:
The text was updated successfully, but these errors were encountered: