Two-step signed-weight sum: a node's own expected influence (EI1) plus the weighted sum of its neighbors' EI1 (Robinaugh, Millner & McNally 2016). Captures both the node's direct influence and the influence it exerts indirectly via highly-connected neighbors.
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_1 for the one-step
variant.
