This document is an automatically generated cross reference for the ergm model terms from the stanet project. The source for this data and additional descriptions are in the ?ergm.terms
help file or the ergm manual.
library(ergm)
It is possible to search the ergm
terms help page and search for specific keywords of terms using the search.ergmTerms
command. For example to find all the terms that mention 'triangle' in their description:
search.ergmTerms(search='triangle')
Or to find all of the dyad-independent bipartite terms:
search.ergmTerms(keywords=c('bipartite','dyad-independent'))
For convenience, this table lists a subset of the most commonly-used ergm terms and keywords.
ergm:::.formatMatrixHtml(ergm:::.termMatrix('ergmTerm', keywords=~"frequently-used"%in%., display.keywords = subset(ergm::ergm_keyword(), popular)$name), wrapRdTags=FALSE)
For convenience, this table lists operator terms: terms that wrap or modify other terms.
ergm:::.formatMatrixHtml(ergm:::.termMatrix('ergmTerm', keywords=~"operator"%in%., display.keywords = subset(ergm::ergm_keyword(), popular & name!="operator")$name), wrapRdTags=FALSE)
This table lists the complete set of terms available in the ergm package. In HTML versions, clicking on a term name will jump to its definition.
ergm:::.formatMatrixHtml(ergm:::.termMatrix('ergmTerm'), wrapRdTags=FALSE)
This table lists full definitions for all of the terms along with their tags. Note that some terms may have multiple versions (e.g. valued vs. binary) with slightly different arguments and will be listed more than once with the same definition.
terms<-ergm:::ergmTermCache('ergmTerm') ergm:::.termTable(terms)
Note that currently the keywords are somewhat ambiguous in their exclusivity. For example, a term marked as 'directed' can not be used with an undirected network, but a term not marked with either 'directed' or 'undirected' can be used with both. (rename to 'directed-only' ?)
cat(ergm:::.formatTocHtml(ergm:::.termToc('ergmTerm'), wrapRdTags=FALSE))
This documentation was built with..
sessionInfo()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.