These function provide different measures of the degree to which nodes fill structural holes, as outlined in Burt (1992):
node_bridges() measures the sum of bridges to which each node is adjacent.
node_redundancy() measures the redundancy of each nodes' contacts.
node_effsize() measures nodes' effective size.
node_efficiency() measures nodes' efficiency.
node_constraint() measures nodes' constraint scores for one-mode networks according to Burt (1992) and for two-mode networks according to Hollway et al (2020).
node_hierarchy() measures nodes' exposure to hierarchy, where only one or two contacts are the source of closure.
node_neighbours_degree() measures nodes' average nearest neighbors degree, or knn, a measure of the type of local environment a node finds itself in
tie_cohesion() measures the ratio between common neighbors to ties' adjacent nodes and the total number of adjacent nodes, where high values indicate ties' embeddedness in dense local environments
Burt's theory holds that while those nodes embedded in dense clusters of close connections are likely exposed to the same or similar ideas and information, those who fill structural holes between two otherwise disconnected groups can gain some comparative advantage from that position.
edgelist, a data frame from {base} R or tibble from {tibble}
igraph, from the {igraph} package
network, from the {network} package
tbl_graph, from the {tidygraph} package
Details
A number of different ways of measuring these structural holes are available. Note that we use Borgatti's reformulation for unweighted networks in node_redundancy() and node_effsize(). Redundancy is thus n2t, where t is the sum of ties and n the sum of nodes in each node's neighbourhood, and effective size is calculated as n−n2t. Node efficiency is the node's effective size divided by its degree.
Burchard, Jake, and Benjamin Cornwell. 2018. “Structural Holes and Bridging in Two-Mode Networks.” Social Networks 55:11–20. tools:::Rd_expr_doi("10.1016/j.socnet.2018.04.001")
Hollway, James, Jean-Frédéric Morin, and Joost Pauwelyn. 2020. "Structural conditions for novelty: The introduction of new environmental clauses to the trade regime complex." International Environmental Agreements: Politics, Law and Economics 20 (1): 61–83. tools:::Rd_expr_doi("10.1007/s10784-019-09464-5")
On neighbours average degree
Barrat, Alain, Marc Barthelemy, Romualdo Pastor-Satorras, and Alessandro Vespignani. 2004. "The architecture of complex weighted networks", Proc. Natl. Acad. Sci. 101: 3747.