statsmodels.regression.mixed_linear_model.MixedLM.get_fe_params

method

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
The GLS estimates of the fixed effects parameters.