Description Usage Arguments Details Value References Examples
brokerage.j
and brokerage.k
counts the number of times the
alter stands at the position in j and k, respectively, in the different
brokerage typology
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | brokerage.j(
mat = mat,
attr = attr,
method = "abs.diff",
alpha = 0.5,
denom = "none"
)
brokerage.k(
mat = mat,
attr = attr,
method = "abs.diff",
alpha = 0.5,
denom = "none"
)
|
mat |
a matrix of a graph. |
attr |
a vector of attributes. |
method |
|
alpha |
a cut-off value to differentiate homophilous and heterophilious
ties. If the difference of |
denom |
|
This function first differentiate the ties into homophilous and
heterophilious ties. It counts then how many times the alter stands in the j
position in the i-j-k relationship from the perspective of i. In the result
matrix the value of the cell M[i,j] indicates the number of times the alter j
stands in the j position. The count is standardized in accordance to the
method defined in denom
. Brokerage analysis was first introduced in
Gould and Fernandez (1989). This function modifies the original concept in a
way that we construct the brokerage typology not based on the subgroup that
consists of actors engaging in the same issues, but the homophily and
heterophily ties.
In the brokerage relationship where i and j as well as j and k are connected AND i and k is not connected,
Coordinator (wi) is the relationship where i->j and j->k is homophilous ties;
Itinerant broker (wo) is the one where i->j and j->k is heterophilious ties;
Representative (bio) is the one where i->j is a homophilous and j->k is a heterophilious tie;
Gatekeeper (boi) is the one where i->j is a heterophilious and j->k is a homophilous tie.
The fifth type, liaison, in the original literature (Gould and Fernandez 1989) does not come up in this function due to the aforementioned modification: the heterophiles tie between i->j and j->k already implies the same type to itinerant broker(bo).
The returned matrix M[i,j] is standardized if it is selected in
"denom"
. "n"
returns the value M[i,j]/n where n is number of
actors in the mat
. "density"
returns M[i,j]*density(mat).
a list of matrices in which each matrix shows the result of each typology.
Gould, Roger V. and Roberto M. Fernandez. (1989). "Structures of Mediation: A Formal Approach to Brokerage in Transaction Networks," Sociological Methodology 19: 89-126.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.