thongphamthe / PAFit

PAFit source
https://CRAN.R-project.org/package=PAFit
17 stars 1 forks source link
complex-networks cran fit-get-richer general-preferential-attachment minorize-maximization preferential-attachment r rich-get-richer scale-free temporal-networks

PAFit package

Downloads from CRAN Downloads from CRAN CRAN License: GPL v3

This package provides a framework for modelling and inferencing attachment mechanisms of temporal complex networks. The two main functionalities of the package are:

In addition, the package can quantify the remaining uncertainties by providing confidence intervals for the estimated results. We also provide flexible methods to generate a wide range of temporal networks based on PA and fitness.

Installation

The release version of the package is hosted on CRAN and can be installed in the usual way:

install.packages("PAFit")

This dev version on GitHub can be installed as follows:

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

Getting started

To get started, load the package

library("PAFit")

then work through the tutorial (link to the current CRAN version):

A version of this tutorial is published in Journal of Statistical Software:

The PAFit-oneshot method is described in this paper.

Reference manual

Please refer to the current version on CRAN:

You can view the html version, which has a better layout but renders mathematical symbols worse than the pdf version, if you use Rstudio

NEWS

Please refer to the current version on CRAN:

Citation

Please refer to the citation information file (link to the current CRAN version):

License

GPL-3

Other information