Add `mlergm`

This commit is contained in:
François Briatte 2023-05-24 08:53:39 +02:00
parent 09cad3afc4
commit efcf541e5a
1 changed files with 1 additions and 0 deletions

View File

@ -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.