Description Usage Arguments Details Author(s) References Examples
Given a categorical vertex attribute describing mutually exclusive groups, the E-I index represents a ratio of external to internal ties.
1 |
g |
|
node_attr_name |
|
scope |
|
... |
Arguments passed to or from other methods. |
E\mbox{-}I~Index = \frac{EL-IL}{EL+IL}
EL: external ties
IL: internal ties
Brendan Knapp brendan.g.knapp@gmail.com
Krackhardt, David, and Robert N. Stern. "Informal Networks and Organizational Crises: An Experimental Simulation." Social Psychology Quarterly 51, no. 2 (1988): 123-40. http://www.jstor.org/stable/2786835.
1 2 3 4 5 6 7 8 9 10 | # <igraph>
ei_index(jemmah_islamiyah, node_attr_name = "role")
ei_index(jemmah_islamiyah, node_attr_name = "role", scope = "group")
ei_index(jemmah_islamiyah, node_attr_name = "role", scope = "node")
# <network>
data("sampson", package = "ergm")
ei_index(samplike, node_attr_name = "group")
ei_index(samplike, node_attr_name = "group", scope = "group")
ei_index(samplike, node_attr_name = "group", scope = "node")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.