Problem
Use library (MASS) and the geyser dataset from the MASS package, build a simple linear regression model. You do not need to split the dataset.
1. Your outcome variable should be duration and your input variable should be waiting.
2. What is the regression equation for this model?
3. Find the correlation between duration and waiting variables.