The iris data set is a default data set from R. It gives data from 150 iris from the 3 different Species: Setosa, Versicolor and Virginica. The data provided is the sepal length, sepal width, petal length and petal width. Each species has a different relationship between those measurements.
I developed a Shiny App to see if we can predict the petal length based on the sepal length. In the App, the user can decide which model to use: model for all species or for a specific Species.
The App also provides the prediction of all models for a certain Sepal Length chosen by the user in a slider.