-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
33 lines (33 loc) · 1.36 KB
/
DESCRIPTION
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
27
28
29
30
31
32
33
Package: btergm
Version: 1.10.12
Date: 2024-03-31
Title: Temporal Exponential Random Graph Models by Bootstrapped Pseudolikelihood
Authors@R: c(person(given = "Philip", family = "Leifeld", email = "[email protected]", role = c("aut", "cre")), person(given = c("Skyler", "J."), family = "Cranmer", email = "[email protected]", role = "ctb"), person(given = c("Bruce", "A."), family = "Desmarais", email = "[email protected]", role = "ctb"))
Description: Temporal Exponential Random Graph Models (TERGM) estimated by maximum pseudolikelihood with bootstrapped confidence intervals or Markov Chain Monte Carlo maximum likelihood. Goodness of fit assessment for ERGMs, TERGMs, and SAOMs. Micro-level interpretation of ERGMs and TERGMs. The methods are described in Leifeld, Cranmer and Desmarais (2018), JStatSoft <doi:10.18637/jss.v083.i06>.
URL: https://github.com/leifeld/btergm
Encoding: UTF-8
Imports:
stats,
utils,
methods,
graphics,
network (>= 1.17.1),
sna (>= 2.3.2),
ergm (>= 4.2.1),
parallel,
Matrix (>= 1.3.2),
boot (>= 1.3.17),
coda (>= 0.18.1),
ROCR (>= 1.0.7),
igraph (>= 0.7.1),
statnet.common (>= 4.5.0)
Suggests:
fastglm (>= 0.0.1),
speedglm (>= 0.3.1),
testthat,
Bergm (>= 5.0.2),
RSiena (>= 1.0.12.232),
ggplot2 (>= 2.0.0)
Depends: R (>= 3.5)
License: GPL (>= 2)
RoxygenNote: 7.3.1