statsmodels.graphics.regressionplots.PartRegressPlotResult#
- class statsmodels.graphics.regressionplots.PartRegressPlotResult(fig, coords)[source]#
Result of
plot_partregresswhenuse_namedtuple=True.- Parameters:
- fig
Figure If
axis None, the created figure. Otherwise the figure to whichaxis connected.- coords
tupleofndarrayorNone The
(x_coords, y_coords)of the plotted points, i.e. the residuals ofexog_iandendogafter partialling outexog_others. These are computed to draw the plot, so they are always reported.Noneonly when there were no other regressors to partial out, in which case no residuals exist.
- fig
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Properties