This document summarizes key concepts from Chapter 14 of the textbook on using simple linear regression for estimation and prediction. It discusses:
1) Developing point estimates, confidence intervals, and prediction intervals using the regression equation for estimating mean and individual y values. Confidence intervals estimate mean y values while prediction intervals are wider and estimate individual y values.
2) Residual analysis to check assumptions of the regression model by examining residual plots against x and predicted y values, as well as standardized residual and normal probability plots.
3) Identifying influential outliers and leverage points, which can impact the model, using standardized residuals and leverage values.