Number of edges with age falling into a specified range
# binary: edges.ageinterval(from, to=+Inf)
parameters to specify the lower bound and strict upper bounds. Can be scalars, vectors of the same length, or one of them must have length one, in which case it is recycled.
This term counts the number of edges in the network for
which the time elapsed since formation is greater than or equal to
from
but strictly less than to
. In other words, it
is in the semiopen interval [from, to)
.
ergmTerm
for index of model terms currently visible to the package.
ergm:::.formatTermKeywords("ergmTerm", "edges.ageinterval", "subsection")