1 Notes for Social Network Science Projects using R

My name is Alejandro Espinosa-Rada, and I am currently a PhD student in Sociology and a member of the Mitchell Centre for Social Network Analysis from the University of Manchester. This document are my notes of some of the random stuff that I am interested that involve R, social networks, or statistics.

My own implementations would be collected in the netmem: Network Measures using Matrices package.

You can also check Knitting Networks, the podcast of the Social Network Analysis (some chapters in Spanish and English) hosted by Francisca Ortiz and myself.

g <- erdos.renyi.game(sample(1:100, 1), p.or.m = runif(1))
G = zen.erdos_renyi(10,0.1)
sudo apt-get install g++

The online version of this document is free to read here, and licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.