Linear regression is a powerful statistical method that allows us to model the relationship between data points by fitting a straight line.
With this line, we can predict a y value (response variable) based on a given x value (predictor variable).
To introduce simple linear regression, we will use the built-in R dataset “faithful”