Michel Marien
28-11-2018
This presentation was made to fulfil the final assignment of course 9 of the Data Science Specialization on Coursera
This assignment has two parts.
The application allows the user to prioritise maintenance activities by making a jackknife diagram based on the downtime per failure and the number of failures per component. The components with the highest priorities are displayed in shades of red
The user can upload his own data in .csv-format using the downloadable uploadsheet. Furthermore, it is possible to set an upper and lower limit on the time interval thus excluding datapoints based on failure date.
Finally it is also possible to look at an historic trend of the components by splitting the dataset in calender time intervals.
Source code for ui.R and server.R is avaliable at:
https://github.com/Vosmeer/Course9Week4
Application is running at:
Below is an example Jackknife plot, created with the “Data_Jackknife_1.csv” dataset, located at https://github.com/Vosmeer/Course9Week4
The application is generating a scatterplot, based on mean downtime and the number of failures.
To use the application, the user should do the following: