knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

colSBM

Lifecycle: experimental

colSBM is an R package which implements methods for clustering and inferring the mesoscale structure for collection of networks. In particular, it allows to:

Mathematical details of the methods as well as simulation studies and applications can be find in @collection .

Installation

You can install the development version of colSBM from GitHub with:

# install.packages("devtools")
devtools::install_github("Chabert-Liddell/colSBM")

References



Chabert-Liddell/colSBM documentation built on July 31, 2023, 10:01 p.m.