| F-ergmTerm {ergm} | R Documentation |
Evaluates the given formula on a network constructed by
taking y and removing any edges for which
f[i,j] (y[i,j])=0 .
# binary: F(formula, filter)
formula |
a one-sided |
filter |
must contain one binary
Formally, this means that it is expressable as sum[i,j] f[i,j] (y[i,j]), where for all i, j, and y,
f_{i,j}(y_{i,j}) for which f[i,j] (0)=0.
For convenience, the term in specified can be a part of a simple logical or comparison operation: (e.g., |
ergmTerm for index of model terms currently visible to the package.