software

PAFit package

Downloads from CRAN Downloads from CRAN CRAN License: GPL v3
An R package for estimating preferential attachment and fitnesses in growing complex networks. This package implements the methods proposed in these papers. You can find it on GitHub or CRAN.
For installation:

require(devtools)
install_github("thongphamthe/PAFit@devel")

FoFaF package

License: GPL v3
An R package, developed mainly by Masaaki Inoue, for estimating friends-of-friends effect in temporal networks. You can find it on GitHub.
For installation:

require(devtools)
install_github("minoue637/FoFaF")