This document discusses linear regression analysis. Regression analysis measures the relationship between two quantitative variables and can be used to make causal inferences. A regression model shows how dependent and independent variables are related. A bivariate model has one independent variable, while a multivariate model has two or more. Scatterplots graph the relationship between variables. The regression equation specifies the linear relationship between a dependent variable Y and independent variable X. The goal of regression is to find the line that best fits the data by minimizing distances between data points and the line. R-squared indicates how well the regression model predicts observed values, with higher R-squared indicating more of the variance is explained.