CEOclubs               package:SNAData               R Documentation

_G_a_l_a_s_k_i_e_w_i_c_z'_s _C_E_O _a_n_d _C_l_u_b_s _N_e_t_w_o_r_k

_D_e_s_c_r_i_p_t_i_o_n:

     Affiliation matrix and bipartite graph for Galaskiewicz's CEO and
     clubs network.

_U_s_a_g_e:

     data(CEOclubsAM)
     data(CEOclubsBPG)

_F_o_r_m_a_t:

     'CEOclubsAM': data frame with 26 rows and 15 columns

     'CEOclubsBPG': graphNEL object with 41 nodes and 98 directed edges

_D_e_t_a_i_l_s:

     'CEOclubsAM' is an affiliation matrix representation of the CEO
     and clubs network.  The 26 rows correspond to the 26 CEOs, the 15
     columns correspond to the 15 clubs, and an entry of "1" in the ith
     row and jth column represents membership of the ith CEO in the jth
     club.  All other entries in the matrix are "0".

     'CEOclubsBPG' is a bipartite graph representation of the
     information contained in 'CEOclubsAM'.  Edges connect CEOs to
     clubs of which they are members.  The bipartite structure of the
     graph should be apparent if 'CEOclubsBPG' is plotted using
     Rgraphviz and the "dot" layout.

_S_o_u_r_c_e:

     Wasserman, S. and Faust, K. (1999). _Social Network Analysis_.
     Cambridge University Press. New York.

_R_e_f_e_r_e_n_c_e_s:

     Galaskiewicz, J. (1985). _Social Organization of an Urban Grants
     Economy_. New York: Academic Press.

_E_x_a_m_p_l_e_s:

     data(CEOclubsAM)
     data(CEOclubsBPG)

