To calculate SE(-i), you delete the i-th observation and run a regression using the remaining n-1 observations. The standard error of this regression is SE(-i). For each studentized residual that you want to calculate, you would have to run a separate leave-one-out regression. Since the assignment only asks you to compute ONE studentized residual, you will only need to run ONE extra regression.
|