genmod.generalized_estimating_equations.GEEMargins()

statsmodels.genmod.generalized_estimating_equations.GEEMargins

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

Estimated marginal effects for a regression model fit with GEE.

Parameters:

results : GEEResults instance

The results instance of a fitted discrete choice model

args : tuple

Args are passed to get_margeff. This is the same as results.get_margeff. See there for more information.

kwargs : dict

Keyword args are passed to get_margeff. This is the same as results.get_margeff. See there for more information.

Methods

conf_int([alpha]) Returns the confidence intervals of the marginal effects
get_margeff([at, method, atexog, dummy, count])
pvalues()
summary([alpha]) Returns a summary table for marginal effects
summary_frame([alpha]) Returns a DataFrame summarizing the marginal effects.
tvalues()

Methods

conf_int([alpha]) Returns the confidence intervals of the marginal effects
get_margeff([at, method, atexog, dummy, count])
pvalues()
summary([alpha]) Returns a summary table for marginal effects
summary_frame([alpha]) Returns a DataFrame summarizing the marginal effects.
tvalues()

© 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.generalized_estimating_equations.GEEMargins.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部