static MixedLMResults.random_effects()

statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects

static MixedLMResults.random_effects() [source]

Returns the conditional means of all random effects given the data.

Returns:

random_effects : DataFrame

A DataFrame with the distinct group values as the index and the conditional means of the random effects in the columns.

doc_statsmodels
2017-01-18 16:17:54
Comments
Leave a Comment

Please login to continue.