The Swiss dataset, one of the base R datasets, contains standardized fertility measure and socio-economic indicators for each of 47 French-speaking provinces of Switzerland at about 1888. This project required the development of a Shiny application that includes the use of reactive programming. Reactive programming is the concept of performing server calculations based on user inputs. In this application, two different linear models are executed. The predictions made from those models can be dynamically changed using input sliders to adjust the values of various exploratory variables. Regression lines overlaid on the plot show the data trends. Finally, the results of those calculations are displayed graphically and textually to the user. The subsequent slides explore the application in greater detail.