statsmodels.regression.mixed_linear_model.MixedLM.get_fe_params¶
-
MixedLM.get_fe_params(cov_re, vcomp)[source]¶ Use GLS to update the fixed effects parameter estimates.
- Parameters
- cov_rearray_like
The covariance matrix of the random effects.
- Returns
TheGLSestimatesofthefixedeffectsparameters.