ergmReference {ergm} | R Documentation |
Reference Measures for Exponential-Family Random Graph Models
Description
This page describes how to specify the reference measures (baseline distributions)
(the set of possible networks and the baseline weights
to functions in the
ergm
package. It also provides an indexed list of the references visible to the ergm's API. References can also be searched via search.ergmReferences()
, and help for an individual reference can be obtained with ergmReference?<reference>
or help("<reference>-ergmReference")
.
Specifying reference measures
In an exponential-family random graph model (ERGM), the probability or density of a given network, , on a set of nodes is
where is the reference distribution (particularly for valued network models),
is a vector of network statistics for
,
is a natural parameter vector of the same length (with
for most terms),
is the dot product, and
is the normalizing constant for the distribution. A complete ERGM specification requires a list of network statistics
and (if applicable) their
mappings provided by a formula of
ergmTerm
s; and, optionally, sample space and reference distribution
information provided by
ergmConstraint
s and, for valued ERGMs, by ergmReference
s.
The reference measure is specified on the right-hand side of a one-sided formula passed
typically as the
reference
argument.
Reference measures visible to the package
Term | Package | Description | Concepts |
---|---|---|---|
ergm | Bernoulli reference | discrete finite nonnegative | |
ergm | Discrete Uniform reference | discrete finite | |
ergm | Standard Normal reference | continuous | |
ergm | Continuous Uniform reference | continuous |
All references
Term | bin | discrete | fin | nneg | cont |
---|---|---|---|---|---|
Bernoulli | ✔ | ✔ | ✔ | ✔ | |
DiscUnif | ✔ | ✔ | |||
StdNormal | ✔ | ||||
Unif | ✔ |
References by keywords
Jump to keyword: binary discrete finite nonnegative continuousbinary
Bernoullidiscrete
Bernoulli DiscUniffinite
Bernoulli DiscUnifnonnegative
Bernoullicontinuous
StdNormal UnifReferences
Hunter DR, Handcock MS, Butts CT, Goodreau SM, Morris M (2008b). ergm: A Package to Fit, Simulate and Diagnose Exponential-Family Models for Networks. Journal of Statistical Software, 24(3). doi:10.18637/jss.v024.i03
Krivitsky PN (2012). Exponential-Family Random Graph Models for Valued Networks. Electronic Journal of Statistics, 2012, 6, 1100-1128. doi:10.1214/12-EJS696
See Also
ergm
, network
, sna, summary.ergm
, print.ergm
, \%v\%
, \%n\%