- Simple Linear Regression (SLR) is a type of Linear Regression model that uses one independent variable (input) to predict a target value (dependent variable) while assuming a staight-line relationship between the two.
- This presentation will be using the built-in base R data set “cars” and “penguins” as examples.