statsmodels.genmod.generalized_estimating_equations.GEEResults.plot_partial_residuals

GEEResults.plot_partial_residuals(focus_exog, ax=None)[source]

Create a partial residual, or ‘component plus residual’ plot for a fitted regression model.

Parameters:
focus_exogint or str

The column index of exog, or variable name, indicating the variable whose role in the regression is to be assessed.

ax: Axes

Matplotlib Axes instance

Returns:
Figure

A matplotlib figure instance.


Last update: Mar 18, 2024