Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leifeld/btergm
Temporal Exponential Random Graph Models by Bootstrapped Pseudolikelihood
https://github.com/leifeld/btergm
complex-networks dynamic-analysis ergm estimation goodness-of-fit inference longitudinal-data network-analysis prediction tergm
Last synced: 19 days ago
JSON representation
Temporal Exponential Random Graph Models by Bootstrapped Pseudolikelihood
- Host: GitHub
- URL: https://github.com/leifeld/btergm
- Owner: leifeld
- Created: 2016-11-18T09:26:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T21:13:05.000Z (8 months ago)
- Last Synced: 2024-10-12T13:45:22.712Z (about 1 month ago)
- Topics: complex-networks, dynamic-analysis, ergm, estimation, goodness-of-fit, inference, longitudinal-data, network-analysis, prediction, tergm
- Language: R
- Homepage:
- Size: 729 KB
- Stars: 16
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# btergm
Temporal Exponential Random Graph Models by Bootstrapped Pseudolikelihood.
Temporal Exponential Random Graph Models (TERGM) estimated by maximum pseudolikelihood with bootstrapped confidence intervals or Markov Chain Monte Carlo maximum likelihood (MCMC MLE). Goodness of fit assessment for ERGMs, TERGMs, and SAOMs. Micro-level interpretation of ERGMs and TERGMs.
[![R-CMD-check](https://github.com/leifeld/btergm/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/leifeld/btergm/actions/workflows/check-standard.yaml)
[![test-coverage](https://github.com/leifeld/btergm/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/leifeld/btergm/actions/workflows/test-coverage.yaml)
[![coverage status](https://codecov.io/gh/leifeld/btergm/branch/master/graph/badge.svg)](https://codecov.io/github/leifeld/btergm?branch=master)# Installation
The last stable release can be installed from CRAN:
```r
install.packages("btergm")
```
To install the latest development version from GitHub, use the remotes package:
```r
remotes::install_github("leifeld/btergm")
```[![cran version](http://www.r-pkg.org/badges/version/btergm)](https://cran.r-project.org/package=btergm)
[![downloads](http://cranlogs.r-pkg.org/badges/btergm)](http://cranlogs.r-pkg.org/badges/btergm)
[![total downloads](http://cranlogs.r-pkg.org/badges/grand-total/btergm)](http://cranlogs.r-pkg.org/badges/grand-total/btergm)
[![research software impact](http://depsy.org/api/package/cran/btergm/badge.svg)](http://depsy.org/package/r/btergm)# Documentation
Documentation of the package is available as a JStatSoft article:Leifeld, Philip, Skyler J. Cranmer and Bruce A. Desmarais (2018): Temporal Exponential Random Graph Models with btergm: Estimation and Bootstrap Confidence Intervals. _Journal of Statistical Software_ 83(6): 1-36. https://doi.org/10.18637/jss.v083.i06.