actor_effects: actor_effects

View source: R/actor_effects.R

actor_effectsR 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:

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

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")


remstats documentation built on May 29, 2024, 5:21 a.m.