Steven Rankine
21 December 2014
Developed a User Analysis Shiny application that can be used to understand how and when users are connecting to a another website application. The other website application use in this demo is the CFBLNet Productivity Tool (http://nc3a.info/cfblnet). This feedback can be used to impact the following.
Link to shiny application: http://sdr4w.shinyapps.io/ShinyApp/
The application is easy to use. There are three steps.
A histogram of that feature will be automatcally generated for analysis.
'data.frame': 4123 obs. of 3 variables:
$ timestamp : chr "2012-02-06 10:06:35" "2012-02-06 11:43:02" "2012-02-06 12:06:55" "2012-02-06 12:10:02" ...
$ userBrowser : Factor w/ 4 levels "Google Chrome",..: 4 4 4 4 4 4 4 4 4 4 ...
$ userPlatform: Factor w/ 3 levels "mac","Unknown",..: 2 2 2 2 2 2 2 2 2 2 ...
This histogram shows a website's usage over the last 6 months with a peak in the month of September. Such a plot would indicate a need to scale up the website's capacity from August thru October.