Skip to content

human-nature-lab/network_changes

Repository files navigation

# =============================================================================
# Educational Intervention Re-Wires Social Interactions in Isolated Village Networks
# Authors: Marios Papamichalis, Laura Forastiere, Edoardo M. Airoldi, Nicholas A. Christakis
# Date of first version: 11-06-2025)`
# =============================================================================
#
# 1. Overview
# -----------------------------------------------------------------------------
# This repository contains all R scripts and supporting code used to reproduce
# the results in:
#
#   Papamichalis, M., Forastiere, L., Airoldi, E. M., & Christakis, N. A. (2025).
#   Educational Intervention Re-Wires Social Interactions in Isolated Village Networks.
#   1st Version.
#
# All analyses, figures, tables, and supplementary information (SI) are replicated
# here in full.
#
# Copyright © 2025 HNL, Yale University. All rights reserved.
#
#
# 2. Installation & Dependencies
# -----------------------------------------------------------------------------
# All code was developed and tested in R 4.2.1. To install required packages, run:
#
# install.packages(c(
#   "tidyverse",    # data manipulation and plotting
#   "igraph",       # network analysis
#   "stargazer",    # regression tables
#   "knitr",        # dynamic report generation
#   "cowplot"       # multi-panel figures
#.  "dplyr"         # A “grammar of data manipulation”: provides intuitive verbs—filter(), select(), #                   # mutate(), summarise(), arrange(), group_by(), joins, and more—for fast,                    						#                   #readable, and chainable #transformations of data frames
# ))
#
# 3. Execution
# -----------------------------------------------------------------------------
# Each folder under `code/` contains a README.md explaining:
#   1. Purpose: what the script computes 
#   2. Inputs: required raw or intermediate files from which are not publicly available due to HNL #lab's policy (below).
#   3. Outputs: where generated tables/figures are stored
#   4. How to run: Read README files in each directory
#
# 5. Data Availability
# -----------------------------------------------------------------------------
# Raw data are subject to Yale University laboratory privacy policies.
# Data will be provided directly to the journal upon submission and are NOT
# publicly available in this repository. Requests for access should be directed
# to HNL Data Scientist	Liza Nicoll (liza.nicoll@yale.edu). Upon submission data will be shared in #Code Ocean # or other reliable repository for review.
#
# 6. Reproducibility
# -----------------------------------------------------------------------------
# - All random seeds are set explicitly at the top of each script.
# - Session information and package versions are logged in:
#       results/sessionInfo.txt
#
# 7. Contact
# -----------------------------------------------------------------------------
# For questions, issues, or data-access inquiries, please contact:
#
#   Marios Papamichalis
#   Email: marios.papamichalis@yale.edu
#
# =============================================================================
# Please cite this repository as:
# Papamichalis, M., Forastiere, L., Airoldi, E. M., & Christakis, N. A. (2025).
# Educational Intervention Re-Wires Social Interactions in Isolated Village Networks. Yale University.
# Arxiv: https://arxiv.org/abs/2506.10496#:~:text=Educational%20Intervention%20Re%2DWires%20Social%20Interactions%20in%20Isolated%20Village%20Networks,-Marios%20Papamichalis%2C%20Laura&text=Social%20networks%20shape%20behavior%2C%20disseminate,to%20improve%20community%20well%2Dbeing.
# =============================================================================

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages