This presentation gives an overview about a RStudio shiny application, that was developed as a part of the week4-project in the Developing Data Products course on coursera.
The application ist hosted on: https://bhuntge.shinyapps.io/ProjectLmMtcars/
The code (ui.R, server.R) is also on github: https://github.com/bhuntgeb/coursera_developing_data_products
The application includes:
- The use of the mtcars dataset to do a linear regression for mpg as outcome
- Input values to subset the data for min/max values of the predictors (wt + cyl)
- Create scatter plots of the data and adds the fitted regression line