statsmodels.genmod.bayes_mixed_glm.BayesMixedGLMResults

class statsmodels.genmod.bayes_mixed_glm.BayesMixedGLMResults(model, params, cov_params, optim_retvals=None)[source]

Class to hold results from a Bayesian estimation of a Mixed GLM model.

Attributes:
fe_meannumpy:array_like

Posterior mean of the fixed effects coefficients.

fe_sdnumpy:array_like

Posterior standard deviation of the fixed effects coefficients

vcp_meannumpy:array_like

Posterior mean of the logged variance component standard deviations.

vcp_sdnumpy:array_like

Posterior standard deviation of the logged variance component standard deviations.

vc_meannumpy:array_like

Posterior mean of the random coefficients

vc_sdnumpy:array_like

Posterior standard deviation of the random coefficients

Methods

cov_params()

predict([exog, linear])

Return predicted values for the mean structure.

random_effects([term])

Posterior mean and standard deviation of random effects.

summary()