This presentation is for explaining the idea behind the PredictingSales Interactive document containing the Shiny App.
To build a linear regression model we need to know the relationship between each variable in the data set and the response variable, whether they vary linearly , or are not correlated , or is there a non-linear relation ?
Hence the need to build a simple shiny app where in the user can select the variable he/she wants to regress against the response variable , see the data visualization and be able to evaluate the model .