with the fitted line, we know we have built a linear regression model to predict the sepal length with sepal width.
Method 1: Calculate with linear regression equation.
19. Predict the sepal length for a setosa iris flower with sepal width at 3.5 cm using the linear regression equation?
->1
Method 2: use R function 'predict O'to predict.