statsmodels.genmod.bayes_mixed_glm.BayesMixedGLMResults.随机效应
-
BayesMixedGLMResults.random_effects(term=
None)[source]
随机效应的后验均值和标准差。
- Parameters:
- term
int or None 如果为None,则返回所有随机效应的结果。如果为整数,则返回给定随机效应的结果。term的值指的是ident向量的一个元素,或者是vc_formulas列表中的一个位置。
- Returns:
Data frame of posterior means and posterior standard
deviations of random effects.
Last update:
Oct 16, 2024