Isscaliu 发表于 2010-5-8 15:50 
STUDENT=names
studentized residuals, which are the residuals divided by their
standard errors
...
student是通常我们用的学生化残差。
rstudent是删除了第i个样本点之后,用剩余的样本的进行回归,用后来的回归预测第i个样本并计算出对应残差,即第i个样本y的实际取值减去新的预测值,所以这又称为学生化删除残差或学生化外残差。
如果学生化残差和学生化删除残差之间差异很大,我们可以认为这第i个样本点是一个强影响点。