statsmodels.regression.mixed_linear_model.MixedLM.information¶ MixedLM.information(params)¶ Fisher information matrix of model. Returns -1 * Hessian of the log-likelihood evaluated at params. Parameters:¶ paramsndarrayThe model parameters. Last update: Oct 29, 2024