The documentation for Statsmodels' linear mixed-effect models claims that
The Statsmodels LME framework currently supports post-estimation inference via Wald tests and confidence intervals on the coefficients, profile likelihood analysis, likelihood ratio testing, and AIC. [emphasis added]
I've noted the MixedLM.loglike
method, but I can't seem to find a function/method for running a likelihood ratio test.
Could somebody kindly point me in the right direction?