forked from lamprosbouranis/lamprosbouranis.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bergm.Rmd
26 lines (19 loc) · 914 Bytes
/
Bergm.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
output: html_document
---
<link rel="stylesheet" href="styles.css" type="text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-51103728-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-51103728-2');
</script>
<style>
body {
text-align: justify}
</style>
## The Bergm package - Bayesian exponential random graph models
**CRAN**: <https://CRAN.R-project.org/package=Bergm>
The Bergm package for R provides a comprehensive framework for Bayesian parameter estimation and model selection for exponential random graph models using various algorithms. It can also supply graphical Bayesian goodness-of-fit procedures that address the issue of model adequacy. See also Alberto Caimo's [webpage](https://acaimo.github.io).