lazega_dyadic {NetMix} | R Documentation |
Dyadic predictors in the Lazega friendship network (Lazega 2001).
Description
A dataset containing edges and dyad-level predictors in the network of friendships among lawyers in a New England law firm. More details are available in Lazega (2001).
Usage
data(lazega_dyadic)
Format
A data frame with 5041 rows and 4 variables:
- Lawyer1, Lawyer2
lawyer ID, corresponding to identifiers common to those in
lazega_monadic
; numeric- SocializeWith
value of edge in network; binary
- Coworkers
are the corresponding lawyers in the same office? boolean
Source
https://github.com/Z-co/networkdata/blob/master/networkdata/data/lazega.rda
References
Emmanuel Lazega, The Collegial Phenomenon: The Social Mechanisms of Cooperation Among Peers in a Corporate Law Partnership, Oxford University Press (2001).
[Package NetMix version 0.2.0.2 Index]