| ergm-package | R Documentation |
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) \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v024.i03")} and Krivitsky, Hunter, Morris, and Klumb (2023) \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v105.i06")}.
HuHa08e,KrHu23eergm
For a complete list of the functions, use library(help="ergm") or
read the rest of the manual. For a simple demonstration, use
demo(packages="ergm").
When publishing results obtained using this package, please cite the
original authors as described in citation(package="ergm").
All programs derived from this package must cite it. Please see the
file LICENSE and https://statnet.org/attribution.
Recent advances in the statistical modeling of random networks have had an impact on the empirical study of social networks. Statistical exponential family models \insertCiteStIk90p;textualergm are a generalization of the Markov random network models introduced by \insertCiteFrSt86m;textualergm, which in turn derived from developments in spatial statistics \insertCiteBe74s;textualergm. These models recognize the complex dependencies within relational data structures. To date, the use of stochastic network models for networks has been limited by three interrelated factors: the complexity of realistic models, the lack of simulation tools for inference and validation, and a poor understanding of the inferential properties of nontrivial models.
This manual introduces software tools for the representation, visualization,
and analysis of network data that address each of these previous
shortcomings. The package relies on the network
package which allows networks to be represented in . The
ergm package implements maximum likelihood
estimates of ERGMs to be calculated using Markov Chain Monte Carlo (via
ergm()). The package also provides tools for simulating networks
(via simulate.ergm()) and assessing model goodness-of-fit (see
mcmc.diagnostics() and gof.ergm()).
A number of Statnet Project packages extend and enhance ergm. These include tergm (Temporal ERGM), which provides extensions for modeling evolution of networks over time; ergm.count, which facilitates exponential family modeling for networks whose dyadic measurements are counts; and ergm.userterms, available on GitHub at https://github.com/statnet/ergm.userterms, which allows users to implement their own ERGM terms.
For detailed information on how to download and install the software, go to the ergm website: https://statnet.org. A tutorial, support newsgroup, references and links to further resources are provided there.
\insertNoCiteAdHa07n,BeMo08p,BoHu03s,Bu08sna,Bu08net,GoHa08s,GoKi09b,Ha03a,Ha03deg,HaHu08s,HuHa06i,KrHa08l,Kr12e,MoHa08s,StIk90pergm
Maintainer: Pavel N. Krivitsky pavel@statnet.org (ORCID)
Authors:
Mark S. Handcock handcock@stat.ucla.edu
David R. Hunter dhunter@stat.psu.edu
Carter T. Butts buttsc@uci.edu
Steven M. Goodreau goodreau@u.washington.edu
Martina Morris morrism@u.washington.edu
Other contributors:
Li Wang lxwang@gmail.com [contributor]
Kirk Li kirkli@u.washington.edu [contributor]
Skye Bender-deMoll skyebend@u.washington.edu [contributor]
Chad Klumb cklumb@gmail.com [contributor]
Michał Bojanowski michal2992@gmail.com (ORCID) [contributor]
Ben Bolker bbolker+lme4@gmail.com [contributor]
Christian Schmid songhyo86@gmail.com [contributor]
Joyce Cheng joyce.cheng@student.unsw.edu.au [contributor]
Arya Karami a.karami@unsw.edu.au [contributor]
Adrien Le Guillou git@aleguillou.org (ORCID) [contributor]
ergmTerm, ergmConstraint, ergmReference,
ergmHint, and ergmProposal for indices of model
specification and estimation components visible to the ergm's API at any given time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.