Learn R Programming

remstats (version 3.2.4)

actor_effects: actor_effects

Description

Overview of statistics in the actor-oriented model, see Details.

Usage

actor_effects(step = NULL)

Value

Returns a list of available effects and their corresponding statistics based on the specified `step` (sender or receiver).

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:

  • 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()

Examples

Run this code
# 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")

Run the code above in your browser using DataLab