| nodeicovar-ergmTerm {ergm} | R Documentation |
Covariance of in-dyad values incident on each actor
Description
This term adds one statistic equal to
\sum_{i,j,k} y_{j,i}y_{k,i}/(n-2) . This can be
viewed as a valued analog of the istar(2) statistic.
Usage
# valued: nodeicovar(center, transform)
Arguments
center |
If |
transform |
If |
Note
Note that this term replaces nodeisqrtcovar , which has been
deprecated in favor of nodeicovar(transform="sqrt") .
See Also
ergmTerm for index of model terms currently visible to the package.
Keywords
directed, valued
[Package ergm version 4.6.0 Index]