This presentation is prepared for the coursera course Developing Data Products. In this project, I will present my Shiny Application that I have just built. This Shiny Application uses New York Airquality Data from the datasets package; cleans the data; fits a simple linear model; predicts the desired outcome; plots the data and the predicted outcome in the same scatter plot; and also outputs the predicted value in the main panel as a number.
Please make sure airquality data is loaded into your workspace if you are to reproduce this work.