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.
Content,
- Notes of Optimization
- Notes of R and Python
- Notes of C++ and R
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 (chapters in Spanish or 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++