nodemix.mean.age-ergmTerm {tergm} | R Documentation |
Average ages of extant ties of specified mixing types
Description
Average ages of extant ties of specified mixing types
Usage
# binary: nodemix.mean.age(attr, b1levels=NULL, b2levels=NULL, levels=NULL,
# levels2=NULL, emptyval=0, log=FALSE)
Arguments
attr |
a vertex attribute specification (see Specifying Vertex attributes and Levels ( |
b1levels , b2levels , levels , level2 |
control what statistics are included in the model and the order in which they appear. |
emptyval |
can be used to specify the value returned if the network is empty. A different value may be
specified for each mixing type of |
log |
logical specifying if mean log age should be returned instead of mean age |
Details
This term adds one statistic for each mixing type of attr
,
equaling the average, over all ties of that mixing type,
of the amount of time elapsed since formation.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None