vrijdag 13 februari 2015

Google Analytics in R



Playing around with R using data van Google Analytics, using the following recipes:

Here are some graphs:

Daily visits for 2014

ggplot(myresults, aes(x=date, y=visits))+ geom_point() +
+    stat_smooth()
 

woensdag 11 februari 2015

Social Networks with Facebook and LinkedIN

NodeXL, an add on to Excel,is a very nice tool to analyze social networks. It has a standard import utility for Twitter, Flickr and YouTube data. What to do with Facebook and LinkedIN networks? Facebook is easy: just download the social network importer and you have under import tab in NodeXL an option for dowloading Facebook data. Here is the install.