| tie_effects {remstats} | R 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:
Exogenous statistics:
Endogenous statistics:
-  inertia()
-  otp()
-  itp()
-  osp()
-  isp()
-  sp()
-  psABBA()
-  psABBY()
-  psABXA()
-  psABXB()
-  psABXY()
-  psABAY()
-  psABAB()
-  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)
[Package remstats version 3.2.2 Index]