This document discusses linear correlation and linear regression. It defines linear correlation as showing the linear relationship between two continuous variables, while linear regression is a multivariate technique used when the outcome is continuous that provides slopes. Linear regression assumes a linear relationship between an independent and dependent variable, normally distributed errors, equal variances, and independence of observations. The slope is estimated using least squares to minimize the squared differences between observed and predicted values of the dependent variable. Significance of the slope is tested using a t-test.