Dr. Rich Huebner
February 2, 2018
## Loading required package: ggplot2
##
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
##
## last_plot
## The following object is masked from 'package:stats':
##
## filter
## The following object is masked from 'package:graphics':
##
## layout
This presentation discusses the final Week 4 project for the Coursera course called, Developing Data Products.
The instructions are to design and implement a shiny app that also makes use of the plotly library, and does so in a creative way.
I am using a specialized data set regarding HR. The data set was developed by Dr. Rich Huebner and is available at Kaggle here: https://www.kaggle.com/rhuebner/human-resources-data-set/data
All of the code is also available here, under my github account.
This app will use three features from the HR data set:
Of course there won’t be a relationship between Pay Rate and Age, but still thought it would be interesting to plot them, based on Department. Perhaps there are some patterns that could emerge, or you might learn something new about the data.
Here is the location of the actual application, that uses shiny and plotly.
https://richhuebner.shinyapps.io/hr-app1/
Look for differences across departments.
Are there any relationships or patterns that you see?
Further information about the data set can be retrieved from Kaggle, or by contacting Dr. Rich Huebner.
Thank you!