statsmodels.genmod.generalized_estimating_equations.GEEMargins¶
-
class statsmodels.genmod.generalized_estimating_equations.GEEMargins(results, args, kwargs=
{})[source]¶ 使用GEE拟合的回归模型的估计边际效应。
- Parameters:¶
- results
GEEResultsinstance 拟合离散选择模型的结果实例
- args
tuple 参数传递给 get_margeff。这与 results.get_margeff 相同。更多信息请参见那里。
- kwargs
dict 关键字参数被传递给 get_margeff。这与 results.get_margeff 相同。更多信息请参见那里。
- results
- Attributes:¶
- pvalues
- tvalues
方法
conf_int([alpha])返回边际效应的置信区间
get_margeff([at, method, atexog, dummy, count])summary([alpha])返回边际效应的汇总表
summary_frame([alpha])返回一个汇总边际效应的DataFrame。
属性
Last update:
Oct 16, 2024