class statsmodels.genmod.bayes_mixed_glm.BayesMixedGLMResults(model, params, cov_params, optim_retvals=None)
[source]
fe_mean
array-like – Posterior mean of the fixed effects coefficients.
fe_sd
array-like – Posterior standard deviation of the fixed effects coefficients
vcp_mean
array-like – Posterior mean of the logged variance component standard deviations.
vcp_sd
array-like – Posterior standard deviation of the logged variance component standard deviations.
vc_mean
array-like – Posterior mean of the random coefficients
vc_sd
array-like – Posterior standard deviation of the random coefficients
random_effects ([term]) | Posterior mean and standard deviation of random effects. |
summary () |
© 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.html