Number of edges with age falling into a specified range
Number of edges with age falling into a specified range
# binary: edges.ageinterval(from, to=+Inf)
Arguments
from, to: 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.
Details
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) .
See Also
ergmTerm for index of model terms currently visible to the package.