I am trying to calculate the linear regression with interaction for predicting Sepal.Length on both Petal.Length and Species.
I've tried the above in R and I've made sure I'm using the original dataset without changes made to it, but it only shows me intercepts for species versicolor and virginica. How do I find the equation for setosa?