anespinosa / sna_notes

Personal notes in R of my PhD for Social Network Science related projects

Home Page:https://anespinosa.github.io/sna_notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: CC BY 4.0

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.

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++

About

Personal notes in R of my PhD for Social Network Science related projects

https://anespinosa.github.io/sna_notes/

License:Other


Languages

Language:HTML 92.2%Language:CSS 4.7%Language:JavaScript 3.0%