both_male_long | R Documentation |
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'.
data(both_male_long)
A data frame with the following columns:
Numeric id of the first actor in the dyad.
Numeric id of the second actor in the dyad.
Binary indicator (1 for male-male dyads, 0 otherwise).
Simulated exogenous information on actors in a social network.
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.
data(both_male_long)
head(both_male_long)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.