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.
statsmodels.genmod.generalized_estimating_equations.GEEResults.resid_centered static GEEResults.resid_centered() [source] Returns the residuals centered within each group.
statsmodels.genmod.generalized_estimating_equations.GEEResults.resid static GEEResults.resid() [source] Returns the residuals, the endogeneous data minus the fitted values from the model.
statsmodels.genmod.generalized_estimating_equations.GEEResults.pvalues static GEEResults.pvalues()
statsmodels.genmod.generalized_estimating_equations.GEEResults.llf static GEEResults.llf()
statsmodels.genmod.generalized_estimating_equations.GEEResults.fittedvalues static GEEResults.fittedvalues() [source] Returns the fitted values from the model.
statsmodels.genmod.generalized_estimating_equations.GEEResults.centered_resid static GEEResults.centered_resid() Returns the residuals centered within each group.
statsmodels.genmod.generalized_estimating_equations.GEEResults.bse static GEEResults.bse() [source]
statsmodels.genmod.generalized_estimating_equations.GEEMargins.tvalues static GEEMargins.tvalues() [source]
statsmodels.genmod.generalized_estimating_equations.GEEMargins.pvalues static GEEMargins.pvalues() [source]
Page 68 of 224