static GEEResults.resid_centered_split()

statsmodels.genmod.generalized_estimating_equations.GEEResults.resid_centered_split static GEEResults.resid_centered_split() [source] Returns the residuals centered within each group. The residuals are returned as a list of arrays containing the centered residuals for each cluster.

static GEEResults.resid_centered()

statsmodels.genmod.generalized_estimating_equations.GEEResults.resid_centered static GEEResults.resid_centered() [source] Returns the residuals centered within each group.

static GEEResults.resid()

statsmodels.genmod.generalized_estimating_equations.GEEResults.resid static GEEResults.resid() [source] Returns the residuals, the endogeneous data minus the fitted values from the model.

static GEEResults.pvalues()

statsmodels.genmod.generalized_estimating_equations.GEEResults.pvalues static GEEResults.pvalues()

static GEEResults.llf()

statsmodels.genmod.generalized_estimating_equations.GEEResults.llf static GEEResults.llf()

static GEEResults.fittedvalues()

statsmodels.genmod.generalized_estimating_equations.GEEResults.fittedvalues static GEEResults.fittedvalues() [source] Returns the fitted values from the model.

static GEEResults.centered_resid()

statsmodels.genmod.generalized_estimating_equations.GEEResults.centered_resid static GEEResults.centered_resid() Returns the residuals centered within each group.

static GEEResults.bse()

statsmodels.genmod.generalized_estimating_equations.GEEResults.bse static GEEResults.bse() [source]

static GEEMargins.tvalues()

statsmodels.genmod.generalized_estimating_equations.GEEMargins.tvalues static GEEMargins.tvalues() [source]

static GEEMargins.pvalues()

statsmodels.genmod.generalized_estimating_equations.GEEMargins.pvalues static GEEMargins.pvalues() [source]