statsmodels.genmod.generalized_estimating_equations.GEEMargins

class statsmodels.genmod.generalized_estimating_equations.GEEMargins(results, args, kwargs={})[source]

使用GEE拟合的回归模型的估计边际效应。

Parameters:
resultsGEEResults instance

拟合离散选择模型的结果实例

argstuple

参数传递给 get_margeff。这与 results.get_margeff 相同。更多信息请参见那里。

kwargsdict

关键字参数被传递给 get_margeff。这与 results.get_margeff 相同。更多信息请参见那里。

Attributes:
pvalues
tvalues

方法

conf_int([alpha])

返回边际效应的置信区间

get_margeff([at, method, atexog, dummy, count])

summary([alpha])

返回边际效应的汇总表

summary_frame([alpha])

返回一个汇总边际效应的DataFrame。

属性

pvalues

tvalues


Last update: Oct 16, 2024