Presentation
This Shiny application predicts the duration of an eruption of Old Faithful geyser (Yellowstone National Park, Wyoming, USA) as a linear function of the waiting time to the next eruption.
This application uses linear regression and builds a model based on the "faithful" dataset. This regression model is then used to predict eruption duration based on the waiting time (in minutes) entered by the user.
The predicted eruption duration is displayed in minutes.
This application also plots the eruption duration vs the waiting time to the next eruption. Moreover the user may control which graphical elements he wishes to display in the plot (sample points, regression line and transparency level of the sample points).
Link to the application hosted at shinyapps.io : ppaquay.shinyapps.io/PredApp/