List with all information required by `remstats::remstats()` to compute the statistic.
Arguments
scaling
the method for scaling the degree statistic. Default is to
not scale the statistic (scaling = "none"). Alternatively, standardization
of the degree difference per time point can be requested with `std`.
consider_type
logical, indicates whether to count the degrees
separately for each event type (TRUE, default) or sum degrees across
different event types (FALSE).
Details
A degreeDiff effect refers to the tendency for dyads to increase their
interaction rate if the absolute difference in degree for the two actors in
the pair increases. The statistic at timepoint t for dyad
(i,j) is equal to the difference between the following two values:
the number of events before timepoint t that involved actor i
and actor j, respectively. The degreeDiff effect is only defined for
undirected events.
See Also
degreeMin, degreeMax or
totaldegreeDyad for other types of degree effects for
undirected events.