Clustering of UK MPs
While I have the data, I thought it would be interesting to look at the clustering of UK politicians, based on whom they follow on Twitter. There is nothing too surprising here—clustering works.
The method is multidimensional scaling, implemented by R’s cmdscale
and dist
functions, with defaults (Euclidean distance). Interpretation of the axes is probably futile, but if anybody can see obvious groupings other than party, let me know in the comments.
Add comment
Comments are moderated and will not appear immediately.