tie_effects: tie_effects

View source: R/tie_effects.R

tie_effectsR Documentation

tie_effects

Description

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

Usage

tie_effects(directed = NULL, endogenous = NULL)

Arguments

directed

logical value. The function outputs all statistics in the tie-oriented model for directed events if true, or all statistics in the tie-oriented model for undirected events if false.

endogenous

logical value. The function outputs all endogenous statistics in the tie-oriented model if true, or all exogenous statistics if false

Details

Overview of statistics in the tie-oriented model.

Baseline:

  • baseline

Exogenous statistics:

  • send()

  • receive()

  • tie()

  • same()

  • difference()

  • average()

  • minimum()

  • maximum()

  • event()

  • userStat()

Endogenous statistics:

  • indegreeSender()

  • indegreeReceiver()

  • outdegreeSender()

  • outdegreeReceiver()

  • totaldegreeSender()

  • totaldegreeReceiver()

  • totaldegreeDyad()

  • degreeMin()

  • degreeMax()

  • degreeDiff()

  • inertia()

  • reciprocity()

  • otp()

  • itp()

  • osp()

  • isp()

  • sp()

  • psABBA()

  • psABBY()

  • psABXA()

  • psABXB()

  • psABXY()

  • psABAY()

  • psABAB()

  • rrankSend()

  • rrankReceive()

  • recencySendSender()

  • recencySendReceiver()

  • recencyReceiveSender()

  • recencyReceiveReceiver()

  • recencyContinue()

  • FEtype()

Value

Returns a list of available effects and their corresponding statistics.

Examples

# List of available effects 
tie_effects()

# List of available effects for undirected networks
tie_effects(directed = FALSE)

# List of available endogenous effects for undirected networks
tie_effects(directed = FALSE, endogenous = TRUE)


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