From efcf541e5aaf127e78c82e05078a579ae5b99792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Briatte?= Date: Wed, 24 May 2023 08:53:39 +0200 Subject: [PATCH] Add `mlergm` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e63af50..a6ade4c 100755 --- a/README.md +++ b/README.md @@ -714,6 +714,7 @@ __Note:__ searching for ‘@’ will return all Twitter accounts listed on this - [latentnet](https://CRAN.R-project.org/package=latentnet) - Latent position and cluster models for network objects. - [levelnet](https://github.com/schochastics/levelnet) - Experimental package to analyze one-mode projections of bipartite (two-mode) networks. See also: `bipartite` R package. - [lpNet](https://www.bioconductor.org/packages/release/bioc/html/lpNet.html) - Linear programming model aimed at infering biological (signalling, gene) networks. +- [mlergm](https://cran.r-project.org/package=mlergm) - Multilevel Exponential-Family Random Graph Models, to model nodes nested within known blocks. - [multigraphr](https://github.com/termehs/multigraphr) - Random multigraph models, statisticsof multigraph properties, and goodness of fit tests. - [multinet](https://CRAN.R-project.org/package=multinet) - Tools for multilayer social networks. - [Related book and data](http://multilayer.it.uu.se/), and [presentation article](http://multilayer.it.uu.se/papers/jss.pdf). See `uunet` for the Python version.