Partial residual plot
{{short description|Graphical technique in statistics to show error in a model}}
{{No footnotes|date=February 2022}}
In applied statistics, a partial residual plot is a graphical technique that attempts to show the relationship between a given independent variable and the response variable given that other independent variables are also in the model.
Background
When performing a linear regression with a single independent variable, a scatter plot of the response variable against the independent variable provides a good indication of the nature of the relationship. If there is more than one independent variable, things become more complicated. Although it can still be useful to generate scatter plots of the response variable against each of the independent variables, this does not take into account the effect of the other independent variables in the model.
Definition
Partial residual plots are formed as
:
\text{Residuals} + \hat{\beta}_iX_i \text{ versus } X_i,
where
: Residuals = residuals from the full model,
: = regression coefficient from the i-th independent variable in the full model,
: Xi = the i-th independent variable.
Partial residual plots are widely discussed in the regression diagnostics literature (e.g., see the References section below). Although they can often be useful, they can also fail to indicate the proper relationship. In particular, if Xi is highly correlated with any of the other independent variables, the variance indicated by the partial residual plot can be much less than the actual variance. These issues are discussed in more detail in the references given below.
CCPR plot
The CCPR (component and component-plus-residual) plot is a refinement of the partial residual plot, adding
:
\hat{\beta}_iX_i \mathrm{\ versus\ } X_i.
This is the "component" part of the plot and is intended to show where the "fitted line" would lie.
See also
- Partial regression plot
- Partial leverage plot
- Variance inflation factors for a multi-linear fit.
References
- {{cite book
|title = Modern Regression Methods
|author = Tom Ryan
|publisher = John Wiley
|year = 1997}}
- {{cite book
|title = Applied Linear Statistical Models
|edition = 3rd
|author = Neter, Wasserman, and Kutner
|year = 1990
|publisher = Irwin}}
- {{cite book
|title = Applied Regression Analysis
|edition = 3rd
|author = Draper and Smith
|publisher = John Wiley
|year = 1998}}
- {{cite book
|title = Residuals and Influence in Regression
|author = Cook and Weisberg
|publisher = Chapman and Hall
|year = 1982}}
- {{cite book
|title = Regression Diagnostics
|author = Belsley, Kuh, and Welsch
|publisher = John Wiley
|year = 1980}}
- {{cite journal
|title = Efficient Computing of Regression Diagnostics
|author = Paul Velleman
|author2=Roy Welsch
|journal = The American Statistician
|date=November 1981
|volume = 35
|pages = 234–242
|doi = 10.2307/2683296
|issue = 4
|jstor = 2683296
|publisher = American Statistical Association}}
- {{cite book |first1=Samprit |last1=Chatterjee |first2=Ali S. |last2=Hadi |title=Sensitivity Analysis in Linear Regression |publisher=John Wiley & Sons |year=2009 |url=https://books.google.com/books?id=qozaTQMdC0EC&pg=PA54 |pages=54–59 |isbn=9780470317426 }}
External links
- [http://www.itl.nist.gov/div898/software/dataplot/refman1/auxillar/partresi.htm Partial Residual Plot]
{{NIST-PD}}