This pitch is about a little R Shiny App which has been created as course project in the Online Course "Developing Data Products" by Johns Hopkins University at the platform Coursera. It is part of the course series "Data Science". The purpose of the app is to demonstrate the capability of using basic Shiny functionality, i.e.
- using interactive elements
- doing some computation on the server side
- playing back the results interactively to the user interface.
What the app does is predicting an outcome of a linear regression model and display this prediction and a scatterplot in different units, depending on wheater the user prefer's the US system or metric units. The data set and the model is described at the following slide.