Is there a GLMM package?

Doug Bates’ MixedModels.jl package fits GLMMs (it’s roughly equivalent to R’s lme4, which in my experience is the standard package for basic GLMMs in R these days):

http://dmbates.github.io/MixedModels.jl/latest/constructors.html#Fitting-generalized-linear-mixed-models-1

4 Likes