statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects#

MixedLMResults.random_effects[source]#

The conditional means of random effects given the data

Returns:
random_effectsdict

A dictionary mapping the distinct group values to the conditional means of the random effects for the group given the data.