Simple linear regression models the relationship between a dependent variable \(y\) and an independent variable \(x\) using a straight line.
The model has the form: \[
y = \beta_0 + \beta_1 x + \varepsilon
\] Where:
\(\beta_0\) is the intercept
\(\beta_1\) is the slope
\(\varepsilon\) is the random error term