Krackhardt              package:SNAData              R Documentation

_K_r_a_c_k_h_a_r_d_t'_s _H_i_g_h-_t_e_c_h _M_a_n_a_g_e_r_s

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

     Graphs of relation data between managers of Krackhardt's high-tech
     company and data frame of attribute variables.

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

     data(advice)
     data(friendship)
     data(reportsTo)
     data(krackhardtAttrs)

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

     'advice': graphNEL object with 21 nodes and 190 directed edges

     'friendship': graphNEL object with 21 nodes and 102 directed edges

     'reportsTo': graphNEL object with 21 nodes and 20 directed edges

     'krackhardtAttrs': data frame with 21 rows and 4 columns

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

     The graphs contain the following relation information between
     managers. The data are reported in Tables B.1-B.3, respectively,
     in Wasserman and Faust (1999).

     'advice' advice relation

     'friendship' friendship relation

     'reportsTo' "reports to" relation

     'krackhardtAttrs' contains the following attribute variables for
     the 21 managers.  The data are reported in Table B.4 in Wasserman
     and Faust (1999).

     'Age' in years

     'Tenure' length of time employed by company, in years 

     'Level' level in the corporate hierarchy, coded 1,2,3 

     'Dept' department of the company, coded 1,2,3,4

_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:

     Krackhardt, D. (1987). Cognitive social structures. _Social
     Networks_. 9, 109-134.

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

     data(advice)
     data(friendship)
     data(reportsTo)
     data(krackhardtAttrs)

