A matrix representing exogenous attributes of dyads in a social network.
The matrix indicates whether a dyad consists of two male actors (sex=0).
Rows and columns correspond to actor IDs, and cells contain binary values
(1 for male-male dyads, 0 otherwise).
Usage
data(both_male_wide)
Arguments
Format
A square matrix with dimensions equal to the number of unique actors.
See Also
tie for the function using this data, both_male_long for the data in long format, and info for an overview of the actor exogenous attributes.