The purpose of this repository is to learn how to run SNA in R during the summer of 2012.
Here's a great example of SNA on GitHub using R: http://www.r-chart.com/2012/05/github-follower-graph-with-r.html
The network data consists of the following edges:
- Coders following other coders
- Coders watching repositories
- Repositories being forked off of other repositories
- Coders connected to repositories through commits, comments etc.
- Coders connected to coders through committing or commenting on the same repository, branch, or the same file/commit/issue etc.
- Coders who are on the same team/organization
Hence, there are both directed and undirected graphs, as well as multidimensional since there are both human (coders) and non-human (repositories and their constituent parts) vertices.
N.B. The graph package cannot mix directed and undirected graphs in the same model. Can we work around this within the package or do we need a different package?
These are whole networks, not ego networks, meaning that they are not centered on any given individual.
Anything else?
Strong ties? Weak ties?
- The density (actual ties/possible ties) of a repository network
- Size of network
- Cohesion/Geodesics, i.e. the number of direct paths in the network
- How many other repositories do the coders contribute to?
- Dispersion of code contribution
- Are there cliques in the repository network?
- Centrality of actors in relation to sequences or sequence aspects
- Network centralization (a measure of inequality of contribution in the network as a whole)
- Graph hierarchy (do coders follow each other mutually, or do only certain coders get followed?)
- Least upper boundedness
- Efficiency
- Changes in any of these measures over time
- Maybe we could divide the 10 workshops from the Stanford SNA in R/SoNIA between ourselves, and then go through them one by one?
- Issues in Social Network Analysis (CARMA)
- Simple Models for Analyzing Network Changes
- Analyzing Social Networks on Twitter
- Social Network Analysis -- Finding communities and influencers
- Using Whole Genome Sequencing and Social Network Analysis to Track Disease
- Social Network Analysis, Behavioral Research on HIV/AIDS, UCLA
Here are some resources to get us started:
- Introduction to social network methods
- The R Podcast
- RStudio IDE
- Social Network Analyis Labs - Stanford
- Brief Introduction to SNA
- igraph package - tutorial
- Introduction to Social Network Methods
- An Introduction to Social Network Analysis with R and NetDraw
- Social Network Analysis with sna
- The SIENA package for longitudinal network analysis
Crowston, K., & Howison, J. 2006. Hierarchy and centralization in free and open source software team communications. Knowledge, Technology & Policy, 18(4): 65-85.