both_male_wide {remstats} | R Documentation |
Exogenous Dyad Attribute Matrix: both_male_wide
Description
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)
Format
A square matrix with dimensions equal to the number of unique actors.
Source
Simulated exogenous information on actors in a social network.
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.
Examples
data(both_male_wide)
print(both_male_wide)
[Package remstats version 3.2.2 Index]