Regression - Diagnostic - Plot - Residuals vs Leverage extension
Jump to navigation
Jump to search
A chart of residual versus leverage values from a regression model. See this Cross Validated post for a discussion of the interpretation of this diagnostic.
Example
An example output from running this QScript on a Regression - Linear Regression output is shown below. Contours on the plot represent Cook's distance .
Acknowledgements
Uses the plot.lm or plot.glm functions from the stats R package.
Code
▶ Show Code