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

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.regression.mixed_linear_model.MixedLM.get_fe_params.html