R package for mixed effects logistic regression models and over-dispersion

Hello,

I'm looking for a package in R that can run logistic regression models with random effects and some solution to the issue of over-dispersion. I was really impressed with the Logit {lessR} function's output, but it can't seem to handle random effects (is that correct?). I know of the {lme4} package, but it's output isn't as impressive and I don't think it has any means of handling over-dispersion. Anyone have suggestions?

Hi @Nate_L,

Maybe check out this package: Model Wrappers for Multi-Level Models • multilevelmod

It enables fitting mixed effect logistic regression models using several different R packages. Hope it helps.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.