statsmodels.genmod.bayes_mixed_glm.BayesMixedGLMResults.random_effects

BayesMixedGLMResults.random_effects(term=None) [source]

Posterior mean and standard deviation of random effects.

Parameters: term (int or None) – If None, results for all random effects are returned. If an integer, returns results for a given set of random effects. The value of term refers to an element of the ident vector, or to a position in the vc_formulas list.
Returns:
  • Data frame of posterior means and posterior standard
  • deviations of random effects.

© 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.genmod.bayes_mixed_glm.BayesMixedGLMResults.random_effects.html