| nodeocovar-ergmTerm {ergm} | R Documentation |
Covariance of out-dyad values incident on each actor
Description
This term adds one statistic equal to
\sum_{i,j,k} y_{i,j}y_{i,k}/(n-2) . This can be
viewed as a valued analog of the ostar(2) statistic.
Usage
# valued: nodeocovar(center, transform)
Arguments
center |
whether the |
transform |
if |
Note
Note that this term replaces nodeosqrtcovar , which has been
deprecated in favor of nodeocovar(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]