24/9/2020

Introduction

This is a deliverable for the course Developing Data Products as part of the Coursera Data Science Specialization.

Overview

Its main use is didactic, it allows showing how to quickly explore a database. For this, it uses different data sets preloaded in R, but it also allows the user to load their own database, in .CSV format.

  • Application made entirely in R
  • Mainly with the {shiny} package
  • The application is hosted on Rstudio’s shiny server

How the App work?

It consists of 4 tabs, the first with the manual on how to use it. The second tab to select the database, and view it, allowing you to filter your data. The third tab to select the variables of interest, and observe their correlations. And finally, the fourth tab to choose a variable as the response variable, observe its characteristics, and observe how each of the remaining ones would behave as predictor variables.

Conceptual Issues

The future