Project-ergmTerm {ergm} | R Documentation |
Evaluation on a projection of a bipartite network
Description
This operator on a bipartite network evaluates the
formula on the undirected, valued network constructed by
projecting it onto its specified mode. Proj1(formula)
and
Proj2(formula)
are aliases for Project(formula, 1)
and
Project(formula, 2)
, respectively.
Usage
# binary: Project(formula, mode)
# binary: Proj1(formula)
# binary: Proj2(formula)
Arguments
formula |
a one-sided |
mode |
the mode onto which to project: 1 or 2 |
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
bipartite, operator, binary
[Package ergm version 4.9.0 Index]