-
Notifications
You must be signed in to change notification settings - Fork 37
/
DESCRIPTION
189 lines (189 loc) · 5.83 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
Package: ergm
Version: 4.7.5-7458
Date: 2024-11-04
Title: Fit, Simulate and Diagnose Exponential-Family Models for Networks
Authors@R: c(
person(c("Mark", "S."), "Handcock", role=c("aut"), email="[email protected]"),
person(c("David", "R."), "Hunter", role=c("aut"), email="[email protected]"),
person(c("Carter", "T."), "Butts", role=c("aut"), email="[email protected]"),
person(c("Steven", "M."), "Goodreau", role=c("aut"), email="[email protected]"),
person(c("Pavel", "N."), "Krivitsky", role=c("aut","cre"), email="[email protected]", comment=c(ORCID="0000-0002-9101-3362")),
person("Martina", "Morris", role=c("aut"), email="[email protected]"),
person("Li","Wang",role=c("ctb"),email="[email protected]"),
person("Kirk","Li",role=c("ctb"),email="[email protected]"),
person("Skye", "Bender-deMoll", role=c("ctb"), email="[email protected]"),
person("Chad", "Klumb", role=c("ctb"), email="[email protected]"),
person("Michał", " Bojanowski", role=c("ctb"), email="[email protected]", comment=c(ORCID="0000-0001-7503-852X")),
person("Ben", "Bolker", role=c("ctb"), email="[email protected]"),
person("Christian", "Schmid", role=c("ctb"), email="[email protected]"),
person("Joyce", "Cheng", role=c("ctb"), email="[email protected]"),
person("Arya", "Karami", role=c("ctb"), email="[email protected]"),
person("Adrien", "Le Guillou", role=c("ctb"), email="[email protected]", comment=c(ORCID="0000-0002-4791-418X")))
Depends:
R (>= 4.1),
network (>= 1.18.2)
Imports:
robustbase (>= 0.95-1),
coda (>= 0.19-4.1),
trust (>= 0.1-8),
lpSolveAPI (>= 5.5.2.0-17.12),
statnet.common (>= 4.10.0),
rle (>= 0.9.2),
purrr (>= 1.0.2),
rlang (>= 1.1.4),
memoise (>= 2.0.1),
tibble (>= 3.2.1),
magrittr (>= 2.0.3),
Rdpack (>= 2.6.1),
knitr (>= 1.48),
stringr (>= 1.5.1),
parallel,
methods
Suggests:
latticeExtra (>= 0.6-30),
sna (>= 2.8),
rmarkdown (>= 2.28),
testthat (>= 3.2.1.1),
ergm.count (>= 4.1.2),
withr (>= 3.0.1),
covr (>= 3.6.4),
Rglpk (>= 0.6-5.1),
slam (>= 0.1-53),
networkLite (>= 1.0.5),
lattice
RdMacros: Rdpack
BugReports: https://github.com/statnet/ergm/issues
Description: An integrated set of tools to analyze and simulate networks based on exponential-family random graph models (ERGMs). 'ergm' is a part of the Statnet suite of packages for network analysis. See Hunter, Handcock, Butts, Goodreau, and Morris (2008) <doi:10.18637/jss.v024.i03> and Krivitsky, Hunter, Morris, and Klumb (2023) <doi:10.18637/jss.v105.i06>.
License: GPL-3 + file LICENSE
License_is_FOSS: yes
License_restricts_use: no
URL: https://statnet.org
VignetteBuilder: knitr
RoxygenNote: 7.3.2.9000
Roxygen: list(markdown = TRUE)
Config/testthat/parallel: true
Config/testthat/edition: 3
Config/build/clean-inst-doc: FALSE
Encoding: UTF-8
Collate:
'InitErgmConstraint.R'
'InitErgmConstraint.blockdiag.R'
'InitErgmConstraint.hints.R'
'InitErgmProposal.R'
'InitErgmProposal.dyadnoise.R'
'InitErgmReference.R'
'ergm-deprecated.R'
'InitErgmTerm.R'
'InitErgmTerm.auxnet.R'
'InitErgmTerm.bipartite.R'
'InitErgmTerm.bipartite.degree.R'
'InitErgmTerm.blockop.R'
'InitErgmTerm.coincidence.R'
'InitErgmTerm.dgw_sp.R'
'InitErgmTerm.extra.R'
'InitErgmTerm.indices.R'
'InitErgmTerm.interaction.R'
'InitErgmTerm.operator.R'
'InitErgmTerm.spcache.R'
'InitErgmTerm.test.R'
'InitErgmTerm.transitiveties.R'
'InitWtErgmProposal.R'
'InitWtErgmTerm.R'
'InitWtErgmTerm.operator.R'
'InitWtErgmTerm.test.R'
'anova.ergm.R'
'anova.ergmlist.R'
'approx.hotelling.diff.test.R'
'as.network.numeric.R'
'build_term_index.R'
'check.ErgmTerm.R'
'control.ergm.R'
'control.ergm.bridge.R'
'control.gof.R'
'control.logLik.ergm.R'
'control.san.R'
'control.simulate.R'
'data.R'
'ergm-defunct.R'
'ergm-internal.R'
'ergm-options.R'
'ergm-package.R'
'ergm-terms-index.R'
'ergm.CD.fixed.R'
'ergm.Cprepare.R'
'ergm.MCMCse.R'
'ergm.MCMLE.R'
'ergm.R'
'ergm.allstats.R'
'ergm.auxstorage.R'
'ergm.bounddeg.R'
'ergm.bridge.R'
'ergm.design.R'
'ergm.errors.R'
'ergm.estimate.R'
'ergm.eta.R'
'ergm.etagrad.R'
'ergm.etagradmult.R'
'ergm.etamap.R'
'ergm.geodistn.R'
'ergm.getCDsample.R'
'ergm.getMCMCsample.R'
'ergm.getnetwork.R'
'ergm.initialfit.R'
'ergm.llik.R'
'ergm.llik.obs.R'
'ergm.logitreg.R'
'ergm.mple.R'
'ergm.pen.glm.R'
'ergm.phase12.R'
'ergm.pl.R'
'ergm.san.R'
'ergm.stepping.R'
'ergm.stocapprox.R'
'ergm.utility.R'
'ergmMPLE.R'
'ergm_estfun.R'
'ergm_keyword.R'
'ergm_model.R'
'ergm_model.utils.R'
'ergm_mplecov.R'
'ergm_proposal.R'
'ergm_response.R'
'ergm_state.R'
'ergmlhs.R'
'formula.utils.R'
'get.node.attr.R'
'godfather.R'
'gof.ergm.R'
'is.curved.R'
'is.dyad.independent.R'
'is.inCH.R'
'is.na.ergm.R'
'is.valued.R'
'logLik.ergm.R'
'mcmc.diagnostics.ergm.R'
'network.list.R'
'network.update.R'
'nonidentifiability.R'
'nparam.R'
'obs.constraints.R'
'parallel.utils.R'
'param_names.R'
'predict.ergm.R'
'print.ergm.R'
'print.network.list.R'
'print.summary.ergm.R'
'rank_test.ergm.R'
'rlebdm.R'
'simulate.ergm.R'
'simulate.formula.R'
'summary.ergm.R'
'summary.ergm_model.R'
'summary.network.list.R'
'summary.statistics.network.R'
'to_ergm_Cdouble.R'
'vcov.ergm.R'
'wtd.median.R'
'zzz.R'
Remotes: github::statnet/statnet.common@master,
github::statnet/ergm.count@master