1 min read Linear regression 2025-01-05 Linear regression is $$ y = X \beta + \varepsilon $$ plot(lm(iris$Sepal.Length ~ iris$Sepal.Width))