GitHub - aaamini/nett: "nett" package for community detection in R (original) (raw)

nett

nett is an R package for the analysis of network data with a focus on community detection and implements multiple methods for hypothesis testing. It includes model selection and goodness-of-fit tests of SBM/DCSBM to network data, which are useful in network statistical analysis. Some of the implemented functionality are follows:

Most of the computations haven been adapted to Poisson models to make them fast and scalable.

Check out the articles for some examples of how to use the package.

Installation

The package is available on CRAN.

To install the development version, you can use the following command

devtools::install_github("aaamini/nett")

See the related repo linfanz/nac-test, for some experiments comparing goodness-of-fit and model selection approaches.