-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.06 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
Package: ergm.tapered
Type: Package
Title: Tapered Exponential-Family Models for Networks
Version: 1.1-0
Date: 2022-08-31
Authors@R: c(
person("Mark S.", "Handcock", role=c("aut","cre"), email="handcock@stat.ucla.edu", comment=c(ORCID="0000-0002-9985-2785")),
person("Pavel N.", "Krivitsky", role=c("aut"), email="pavel@statnet.org"),
person("Ian", "Fellows", role=c("aut"), email="ian@fellstat.com"))
Description: A set of terms and functions implementing Tapered exponential-family random graph models (ERGMs). Tapered ERGMs are a modification of ERGMs that reduce the effects of phase transitions,
and with properly chosen hyper-parameters, provably removes all multiphase
behavior.
LinkingTo: ergm
Depends:
ergm (>= 4.3-6893),
network (>= 1.17.0)
Imports:
statnet.common (>= 4.7.0),
methods,
numDeriv,
MASS (>= 7.3.53.1)
Suggests: testthat
License: GPL-3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
RoxygenNote: 7.2.3
Remotes: github::statnet/statnet.common@master,
github::statnet/network@master,
github::statnet/ergm@tapered