statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects

MixedLMResults.random_effects()[source]

The conditional means of random effects given the data.

Returns:

random_effects : dict

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