Looks like I'm a year late and I'm still learning this material, but it appears that Multilevel Models are a special (commonly used) case of Mixed Effects Models. If this is the case, you can use statsmodels' Linear Mixed Effects Model in Python: www.statsmodels.org/stable/mixed_linear.html Here is where I found that Multilevel Models are a special case of Mixed Effects Models: stats.stackexchange.com/questions/171313/difference-between-multilevel-modelling-and-mixed-effects-models www3.nd.edu/~rwilliam/stats3/Multilevel.pdf
Is there a python library that you would recommend to implement this?
Looks like I'm a year late and I'm still learning this material, but it appears that Multilevel Models are a special (commonly used) case of Mixed Effects Models. If this is the case, you can use statsmodels' Linear Mixed Effects Model in Python:
www.statsmodels.org/stable/mixed_linear.html
Here is where I found that Multilevel Models are a special case of Mixed Effects Models:
stats.stackexchange.com/questions/171313/difference-between-multilevel-modelling-and-mixed-effects-models
www3.nd.edu/~rwilliam/stats3/Multilevel.pdf