ergmAuxiliary | R Documentation |
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.
search.ergmAuxiliaries(search, keywords, name, packages)
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 |
ergm
package, ergm
, network
, %v%
, %n%
# find all of the auxiliaries
search.ergmAuxiliaries()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.