Assumption of Heteroscedasticity states that Variance of residuals shd be constant against dep var, any of the indep var or time. When some indep var(s) is associated with residual then this problem occurs.
How to check it in SPSS?
Working file: mallcost.sav
Dep var: Adjusted cost of construction
Indep var: Square footage
1) Click on Analyze->Regression-> Linear Regression
Provide both dep & indep var
2) Click on Save-> Residuals->Standardized
3) Forget the output
4) Click on Graphs-> Legacy Dialogs->Scatter->Simple Scatter
Put Standardized residuals in y-axis, square footage in x-axis and click on OK
You'll get the plot as given in Residual plot.docx file
The output must be uncorrelated but here see when we move on x-axis there seems a funnel shape of the plot, this shows that when we increase the value of x the corresponding variations in y-axis (signifying residuals) increases; thus the 2 are related and this is called as Heteroscedasticity.
Even when there are several indep var, there will be only 1 column for
the residual as its the tbetweenhe actual & predicted value of Y.
What to do now?
We'll use the Weight Estimation Regression about which I'll write in next post.
Happy Learning
Neeraj