both_male_wide | R Documentation |
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).
data(both_male_wide)
A square matrix with dimensions equal to the number of unique actors.
Simulated exogenous information on actors in a social network.
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.
data(both_male_wide)
print(both_male_wide)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.