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_re : array-like

The covariance matrix of the random effects.

Returns:

The GLS estimates of the fixed effects parameters.