This Shiny App was inspired by nycflights13 R package that contains data about flights departing NYC in 2013, including the historic weather data. The Shiny App can be found here: http://conniez.shinyapps.io/delayPredictor/
It calculates estimated probability of departure delay for a flight for a particular airline based on the provided weather conditions. The input values for the app are as follows: a) airline name, b) temperature (in degrees Fahrenheit), c) precipitation (in inches), d) wind speed (in miles per hour), e) visibility level (numeric value)
In order to help users provide legitimate values, the app gives today's forcast for Newark Airport area, obtained via weatherData R package.
The app runs initially with default data, however, once the user changes any of the input values, the app refreshes instantly and displays the newly provided values, as well as the likelihood of delay estimate and the refreshed chart with average delay for the chosen airline grouped by month.