Partial regression plot
In applied statistics, a partial regression plot attempts to show the effect of adding another variable to a model that already has one or more independent variables. Partial regression plots are also referred to as added variable plots, adjusted variable plots, and individual coefficient plots.
Motivation
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 since independent variables might be correlated. 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.Calculation
Partial regression plots are formed by:- Computing the residuals of regressing the response variable against the independent variables but omitting Xi
- Computing the residuals from regressing Xi against the remaining independent variables
- Plotting the residuals from against the residuals from.
express this mathematically as:
where
Properties
Velleman and Welsch list the following useful properties for this plot:- The least squares linear fit to this plot has an intercept of 0 and a slope, where corresponds to the regression coefficient for Xi of a regression of Y on all of the covariates.
- The residuals from the least squares linear fit to this plot are identical to the residuals from the least squares fit of the original model.
- The influences of individual data values on the estimation of a coefficient are easy to see in this plot.
- It is easy to see many kinds of failures of the model or violations of the underlying assumptions..