Fit and interpret ordinary least squares regression models
A regression output with coefficients, standard errors, R^2, and residual plots is given, and you must interpret coefficients, evaluate fit, and check assumptions.
Read each coefficient as the change in expected response per unit change in the predictor, holding other predictors fixed. Check t-statistics for significance and the F-statistic for overall fit. Evaluate residual plots for linearity, homoscedasticity, normality, and independence. Beware multicollinearity when correlated predictors yield large standard errors.
β̂ = (X^T X)^{-1} X^T y; R^2 = 1 - RSS / TSS.