The document discusses simple linear regression and multiple linear regression. It provides an example of using simple linear regression to model the relationship between sales (SALESt) and advertising (ADVERTt) using yearly data from 1907 to 1960. A scatter plot shows an apparent linear relationship between the variables. Estimation of the regression model finds the line of best fit to be SALESt = 488.8 + 1.4 ADVERTt. Diagnostic checks examine how well the model fits the data and whether advertising is a significant predictor of sales. A second model is discussed using lagged sales (SALESt-1) as the predictor, which is found to fit the data even better.