Andrey Portnoy
2018-11-05 21:38:52 UTC
Hi all,
statsmodels’ implementation of mixed models differs in structure and interface from that of lme4 in R. Where should I look in order to understand the reasons behind that difference? I would be really grateful if Dr. Shedden could comment.
If I were to implement mixed models in Python, my strategy would be to directly port lme4. Why wasn’t that the strategy of choice?
My superficial understanding is that it’s partly because of the lack of support for mixed effects formulas in Patsy and partly due to unavailability of matrix factorization routines under permissive open source licenses.
Is that correct?
Thank you,
Andrey Portnoy.
statsmodels’ implementation of mixed models differs in structure and interface from that of lme4 in R. Where should I look in order to understand the reasons behind that difference? I would be really grateful if Dr. Shedden could comment.
If I were to implement mixed models in Python, my strategy would be to directly port lme4. Why wasn’t that the strategy of choice?
My superficial understanding is that it’s partly because of the lack of support for mixed effects formulas in Patsy and partly due to unavailability of matrix factorization routines under permissive open source licenses.
Is that correct?
Thank you,
Andrey Portnoy.