ergmAuxiliary {ergm}R Documentation

Auxiliaries to Facilitate Terms in Exponential Family Random Graph Models

Description

This page is intended for term developers and provides information about auxiliaries—terms that do not produce statistics of their own but provide useful data structures for other terms to use. It also provides an indexed list of the possible auxiliaries currently visible to the ergm API. Terms can also be searched via search.ergmAuxiliaries, and help for an individual auxiliaries can be obtained with ⁠ergmAuxiliary?<term>⁠ or help("<term>-ergmAuxiliary").

By convention, their names are prefixed with a dot.

Usage

search.ergmAuxiliaries(search, keywords, name, packages)

Arguments

search

optional character search term to search for in the text of the term descriptions. Only matching terms will be returned. Matching is case insensitive.

keywords

optional character vector of keyword tags to use to restrict the results (i.e. 'curved', 'triad-related')

name

optional character name of a specific term to return

packages

optional character vector indicating the subset of packages in which to search

Auxiliary index

Term Package Description Concepts
ergm Shared Partner Cache directed triad-related undirected

All terms

Term dir triad rel undir
.spcache.net

Terms by keywords

Jump to keyword: directed triad-related undirected

directed

.spcache.net

triad-related

.spcache.net

undirected

.spcache.net

See Also

ergm package, ergm, network, %v%, %n%

Examples


# find all of the auxiliaries
search.ergmAuxiliaries()


[Package ergm version 4.9.0 Index]