rrankReceive | R Documentation |
Specifies the statistic for a recency rank receive effect in the
effects
argument of tomstats
or the
receiver_effects
argument of aomstats
.
rrankReceive(consider_type = TRUE)
consider_type |
logical, indicates whether to discriminate between event types in determining the event rank (TRUE, default) or not (FALSE). |
The rrankSend effect refers to a rank-based recency effect, as described in section 2.2.5 of Butts (2008). For each timepoint t, for directed dyad (i,j) the statistic is equal to the inverse of the rank of receiver j among the actors from which sender i has most recently received past events. Note that the 'rrankReceive' effect is only defined for directed events.
List with all information required by 'remstats::remstats()' to compute the statistic.
rrankSend
, recencySendSender
,
recencySendReceiver
, recencyReceiveSender
,
recencyReceiveReceiver
and recencyContinue
for
other type of recency effects
reh_tie <- remify::remify(history, model = "tie")
effects <- ~ rrankReceive()
remstats(reh = reh_tie, tie_effects = effects)
reh_actor <- remify::remify(history, model = "actor")
remstats(receiver_effects = effects, reh = reh_actor)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.