\[ Y = \beta_0 + \beta_1 X + \varepsilon \]
At it’s simplest, Linear Regression is the relationship between one predictor (X), and a response (Y) described by a simple y = mx + b equation, with beta 0 giving the y-intercept, and beta 1 giving the slope. Epsilon represents the error term.