Fitting multilevel generalized linear models

Is there already a julia package to fit multilevel models, e.g. for repeated measures?

There is MixedModels.jl.

1 Like

Thanks a lot, @mkborregaard.

1 Like

You have Turing.jl with different samplers that you could try out. If you want to follow a Bayesian approach, then one example can be found in StatisticalRethinking.

Note: Turing.jl and the dependencies are fast moving targets so things change frequently. Also, you can’t run the sampling on multiple cores yet so it takes some time to sample compared to Stan.

1 Like