both_male_long {remstats} | R Documentation |
Exogenous Dyad Attribute in Long Format: both_male_long
Description
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).
Source
Simulated exogenous information on actors in a social network.
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.
Examples
data(both_male_long)
head(both_male_long)
[Package remstats version 3.2.2 Index]