sbm icon indicating copy to clipboard operation
sbm copied to clipboard

A package to sample and estimate variants of the stochastic blockmodel from network data

sbm

website R-CMD-check CRAN_Status_Badge Lifecycle:
experimental Codecov test
coverage

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")