Krackhardt {SNAData} | R Documentation |
Graphs of relation data between managers of Krackhardt's high-tech company and data frame of attribute variables.
data(advice) data(friendship) data(reportsTo) data(krackhardtAttrs)
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
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
Wasserman, S. and Faust, K. (1999). Social Network Analysis. Cambridge University Press. New York.
Krackhardt, D. (1987). Cognitive social structures. Social Networks. 9, 109-134.
data(advice) data(friendship) data(reportsTo) data(krackhardtAttrs)