static MixedLMResults.random_effects_cov()

statsmodels.regression.mixed_linear_model.MixedLMResults.random_effects_cov

static MixedLMResults.random_effects_cov() [source]

Returns the conditional covariance matrix of the random effects for each group given the data.

Returns:

random_effects_cov : dict

A dictionary mapping the distinct values of the group variable to the conditional covariance matrix of the random effects given the data.

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

Please login to continue.