View source: R/actor_effects.R
actor_effects | R Documentation |
Overview of statistics in the actor-oriented model, see Details.
actor_effects(step = NULL)
step |
outputs all statistics in the sender activity step (if 'step = sender') or receiver choice step (if 'step = receiver'). |
Overview of statistics in the actor-oriented model.
A list of available effects and their corresponding statistics for the sender activity rate step:
baseline()
send()
indegreeSender()
outdegreeSender()
totaldegreeSender()
recencySendSender()
recencyReceiveSender()
psABA()
psABB()
psABX()
A list of available effects and their corresponding statistics for the receiver choice step:
receive()
tie()
same()
difference()
average()
indegreeReceiver()
outdegreeReceiver()
totaldegreeReceiver()
inertia()
reciprocity()
otp()
itp()
osp()
isp()
rrankSend()
rrankReceive()
recencySendReceiver()
recencyReceiveReceiver()
recencyContinue()
psABAB()
psABBA()
psABXA()
psABXB()
psABAY()
psABBY()
psABXY()
Returns a list of available effects and their corresponding statistics based on the specified 'step' (sender or receiver).
# List of available effects for both the sender and receiver step
actor_effects()
# List of available effects for the sender step
actor_effects(step = "sender")
# List of available effects for the receiver step
actor_effects(step = "receiver")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.