sbm
sbm copied to clipboard
A package to sample and estimate variants of the stochastic blockmodel from network data
sbm
The goal of the package sbm is to regroup into a unique framework
tools for estimating and manipulating variants of the stochastic
blockmodel.
Installation
The last stable version is available on CRAN with:
install.packages("sbm")
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("GrossSBM/sbm")