This university project leverages Social Network Analysis (SNA) to explore the dynamics of gossip spread among a group of college students. The analysis focuses on both positive and negative gossip networks, examining key players, network size, and centrality measures. The project was conducted in RMarkdown (.rmd), and the HTML and Markdown (.md) output file is included for convenient viewing without running the code.
The original dataset used for this analysis is available on Mendeley: Gossip Spread Dataset.
Note on Data Preparation:
- The dataset used in this project was pre-processed in Excel before analysis in R.
- Pre-processing included minor data cleaning (e.g., filling in blank cells with 0).
- The R code in this repository uses this pre-processed version of the dataset.
For exact replication of results or to access the pre-processed dataset, please contact the repository owner.
- Convert both negative and positive gossip dataframes into
igraphobjects. - Create visualizations for both networks.
- Perform Key Player Analysis for both negative and positive gossip networks.
- Generate visualizations to highlight key players.
- Calculate the Effective Network Size for both negative and positive gossip networks.
- Visualize the results to understand network efficiency.
- Compute centrality measures (node degree and closeness) for both negative and positive gossip networks.
- Clone the repository.
- Open the RMarkdown file in your preferred R environment.
- Run the code chunks sequentially to reproduce the analysis.
- Alternatively, view the HTML or Markdown (.md) file for a quick summary of results.
Your feedback is always welcome! Feel free to share any suggestions or improvements you might have.