Learn R Programming

remstats (version 3.2.1)

both_male_wide: 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)

Arguments

Format

A square matrix with dimensions equal to the number of unique actors.

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

Run this code
data(both_male_wide)
print(both_male_wide)

Run the code above in your browser using DataLab