Logo

statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects

static 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.

Previous topic

statsmodels.regression.mixed_linear_model.MixedLMResults.pvalues

Next topic

statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects_cov

This Page