This function extends Ronald Burt's constraint measure to two-mode networks.

twomode_constraint(mat)

Arguments

mat

A matrix

Value

Constraint scores for each second-mode node

Details

Note that this function returns constraint scores for each second-mode node by default. To return constraint scores for each first-mode node, please pass the function the transpose of the matrix. See Ron Burt's work on structural holes for more details.

See also

Examples

twomode_constraint(mat)
#> Error in is.data.frame(x): object 'mat' not found