Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 664 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 664 Bytes

Comparing Software Packages for Generalized Linear Mixed Effects Models (GLMMs)

This repository contains the code to reproduce the full simulation study described in this blog post.

The simulation is done by the file Compare_GLMM_packages.R. The reticulate package is used to call the Python code in GLMM_statsmodels.py, which runs the statsmodels GLMMs, from R.