Linear regression is a statistical method used to model the relationship between a dependent variable and one or more independent variables, assuming a linear relationship. It helps predict the value of a dependent variable based on the values of the independent variables. Essentially, it finds the best-fit line or plane that represents the data, allowing for predictions and understanding of how independent variables influence the dependent variable.
\[ \text {This is what the formula looks like: } y = \beta_0 + \beta_1 x + \varepsilon \]