Plot fit against one regressor.
This creates one graph with the scatterplot of observed values compared to fitted values.
Parameters : | res : result instance
exog_idx : int
y_true : array_like
ax : Matplotlib AxesSubplot instance, optional
|
---|---|
Returns : | fig : Matplotlib figure instance
|
Notes
This is currently very simple, no options or varnames yet.