A data frame representing exogenous attributes of dyads in a social network in long format. Each row indicates whether a dyad consists of two male actors (sex=0) in the original matrix `info_both_male_wide`.
Usage
data(both_male_long)
Format
A data frame with the following columns:
- actor1
Numeric id of the first actor in the dyad.
- actor2
Numeric id of the second actor in the dyad.
- both_male
Binary indicator (1 for male-male dyads, 0 otherwise).
See also
tie
for the function using this data, both_male_wide
for the data in wide format, and info
for an overview of the actor exogenous attributes.