psABB | R Documentation |
Specifies the statistic for a participation shift AB-B in the sender step of the actor-oriented model.
psABB()
The AB-B participation shift refers to the tendency for immediate reciprocation (the next sender is the previous receiver). For each timepoint t, the psABBA statistic is equal to one for the actor (i.e, the previous event receiver) that will create the participation shift if it would occur as sender in the edgelist at time t and equal to zero for the actors that will not create this participation shift. If multiple events in the edgelist occur at the same time point, the order of these events determines whether the p-shift is observed.
List with all information required by 'remstats::remstats()' to compute the statistic.
psABA
or psABX
for exploring alternative participation shifts in the sender step of the actor-oriented model.
reh_actor <- remify::remify(history, model = "actor")
remstats(reh = reh_actor, sender_effects = ~ psABB())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.