lsfit
Regression ResultsComputes basic statistics, including standard errors, t- and p-values for the regression coefficients.
ls.diag(ls.out)
Typically the result of lsfit()
A list
with the following numeric components.
The standard deviation of the errors, an estimate of \(\sigma\).
diagonal entries \(h_{ii}\) of the hat matrix \(H\)
standardized residuals
studentized residuals
Cook's distances
DFITS statistics
correlation matrix
standard errors of the regression coefficients
Scaled covariance matrix of the coefficients
Unscaled covariance matrix of the coefficients
Belsley, D. A., Kuh, E. and Welsch, R. E. (1980) Regression Diagnostics. New York: Wiley.
hat
for the hat matrix diagonals,
ls.print
,
lm.influence
, summary.lm
,
anova
.