This section describes the dyadic social network surveys and weekly aggregated network metrics. You can download the complete datasets and survey instruments below:
Weekly Aggregated Metrics: Located in Data/weekly_aggregated_metrics/ (Contains open .csv files tracking participant indegrees, outdegrees, and text/voice communication inflow and outflow across academic weeks).
The network survey asked students to nominate their peers and answer detailed questions about their relationship with each peer. These nominations represent directed ties between a nominating ego (sender) and a nominated alter (receiver).
1.1 Programmatic Consolidation
Originally, the network surveys were scattered across 9 separate Stata .dta files (representing Wave 1 through Wave 8, including supplementary entry Wave 7.2).
A custom R consolidation script (Code/consolidate_network_surveys.R) was engineered to: 1. Parse the wave identifiers from the file names. 2. Programmatically drop sensitive identifying information (such as altername and receiver_string). 3. Strip wave-specific variable suffixes (e.g., closeness_1, closeness_75, closeness_8 are all renamed to closeness). 4. Harmonize variable types across waves to handle type conflicts safely. 5. Combine all observations into a single longitudinal panel dataset.
1.2 Nominations by Wave
Below is an interactive count of dyadic ties (nominations) captured in each wave of the longitudinal panel.
Interaction Contexts (socialcontext*): Where they typically interact (e.g. socialcontextDorm, socialcontextInclass, socialcontextClubteam, socialcontextInternet).
Shared Activities (activitiesact*, sameactivities*): Activities they do together, such as studying, playing sports, partying, or talking about personal problems.
1.4 Descriptive Relational Visualizations
To help visualize how these social ties and emotional dimensions vary across different relationship categories, the consolidated panel was used to generate several standardized profile figures.
1.4.1 Emotional Closeness by Relationship Type
The figure below illustrates the proportion of emotional closeness levels reported within each relationship category. For instance, parents and significant others dominate the “Especially Close” tier, while acquaintances and coworkers represent more “Distant” or “Less than Close” ties.
Figure 1: Subjective Closeness Profiles by Relationship Type
1.4.2 Relationship Duration
The boxplot below shows the distribution of relationship duration in years across different categories. Naturally, family relationships (parents and siblings) exhibit the longest durations, while friendships and classmate acquaintances reflect shorter, college-coincident spans.
Figure 2: Relationship Durations Across Categories
1.4.3 Emotional Profiles of Social Ties
The figure below highlights the proportion of ties that are characterized by specific positive emotions (loving, exciting, or validating) across relationship types. Strong ties (romantic partners and family members) exhibit a rich emotional profile with high rates of all three dimensions.
Figure 3: Proportions of Positive Emotions Felt in Relationships
In addition to direct ego-to-alter nominations, the NetSense network surveys administered an alter-by-alter matrix asking each participant whether their nominated alters knew one another:
“As far as you know, does [Alter Name] know any of your other contacts that are listed below? If you think they do, please check the boxes to indicate which of your other contacts they know. Leave boxes blank if you think [Alter Name] does not know that person.”
Originally captured across 190 conditional matrix questions per wave with wave-varying LimeSurvey naming patterns (alter{i}relsq{k}, alter{i}rel_sq{k}, and alter{i}rel{k}_sq), these variables have been parsed and structured into two standardized data files:
Alter-to-Alter Edge List (Data/alter_alter_ties_longitudinal.*): A dyadic edge list containing all 29,473 perceived ties between nominated alters across waves.
Ego-Network Structural Metrics (Data/ego_network_metrics_longitudinal.*): An ego-wave summary panel (\(N = 804\) networks) providing nominated alters (\(k\)), possible pairs (\(\binom{k}{2}\)), reported ties, and personal network density / local clustering coefficients.
Table 2: Perceived Alter-to-Alter Networks: Longitudinal Descriptives by Survey Wave
Wave
Ego Networks
Mean Alters (k)
Total Alter Ties
Mean Alter Ties
Mean Density
1
17
15.5
1185
69.7
0.610
2
165
14.5
7849
47.6
0.497
3
170
13.1
7390
43.5
0.536
4
123
11.6
4074
33.1
0.463
5
134
10.8
4257
31.8
0.591
7
93
9.5
2135
23.0
0.570
8
102
9.6
2583
25.3
0.602
NoteMethodological Note on Wave 6 (Summer 2013)
Perceived alter-to-alter tie data is absent for Wave 6 (Summer 2013). This is not a data loss or processing error: the alter-by-alter matrix (alter1.rel through alter19.rel) was deliberately excluded from the Wave 6 survey instrument to reduce respondent burden during the summer break (streamlining the questionnaire from 70 down to 44 items) while students were dispersed off-campus and transitioning to the junior-year study renewal. The alter-to-alter matrix battery was fully reinstated in subsequent rounds (Waves 7 and 8).