Signed-weight sum of a node's edges (Robinaugh, Millner & McNally 2016). The appropriate centrality for networks with positive and negative edges (partial-correlation, glasso, signed correlation networks) where strength — which takes absolute values — can be misleading.
Arguments
- x
Network input (matrix, igraph, network, cograph_network, tna object).
- mode
One of "all", "in", "out" for directed graphs. Default "out".
- ...
Additional arguments passed to
centrality.
References
Robinaugh DJ, Millner AJ, McNally RJ (2016). Identifying highly influential nodes in the complicated grief network. Journal of Abnormal Psychology, 125(6), 747-757.
See also
centrality_expected_influence_2 for the two-step
variant, centrality_strength for the unsigned analogue.
