ls.diag(ls.out)
The studentized residuals stud.res are very similar to the standardized residuals except that for each observation a different estimate of the standard deviation is used - the estimate as if that observation were not in the regression. See Belsley, Kuh and Welsch (1980, p 14).
Cook, R. D. and Weisberg, S. (1982). Residuals and Influence in Regression. Chapman and Hall, New York.
freeny.ls <- lsfit(freeny.x, freeny.y) freeny.diag <- ls.diag(freeny.ls)