Skip to content
/ sbm Public

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

License

Notifications You must be signed in to change notification settings

GrossSBM/sbm

Repository files navigation

sbm

website R-CMD-check CRAN status 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")