tie_effects | R Documentation |
Overview of statistics in the tie-oriented model, see Details.
tie_effects(directed = NULL, endogenous = NULL)
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 |
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()
Returns a list of available effects and their corresponding statistics.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.