actor_effects {remstats} | R Documentation |
actor_effects
Description
Overview of statistics in the actor-oriented model, see Details.
Usage
actor_effects(step = NULL)
Arguments
step |
outputs all statistics in the sender activity step (if 'step = sender') or receiver choice step (if 'step = receiver'). |
Details
Overview of statistics in the actor-oriented model.
A list of available effects and their corresponding statistics for the sender activity rate step:
A list of available effects and their corresponding statistics for the receiver choice step:
-
receive()
-
tie()
-
same()
-
average()
-
inertia()
-
otp()
-
itp()
-
osp()
-
isp()
-
psABAB()
-
psABBA()
-
psABXA()
-
psABXB()
-
psABAY()
-
psABBY()
-
psABXY()
Value
Returns a list of available effects and their corresponding statistics based on the specified 'step' (sender or receiver).
Examples
# 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")
[Package remstats version 3.2.2 Index]