Module 12: Social Network Analysis

Hi everyone!

This week we learned about social network analysis and how we can use ggnet2 in R to accomplish this.

I absolutely love the new Netflix show "Wednesday" and the original Addams Family movies, so I decided to analyze which characters in the original movie have the most interactions with the other characters. 

My hypothesis: Wednesday will have the most interactions since she is seen as the main character.
The dataset site: https://moviegalaxies.com/movies/view/26/the-addams-family/# 

I imported the json file with the nodes and edges. I set the ggnet2 parameters to vary the size of the node based on the "indegree" or amount of interactions that character has overall.

Result: From the visualization, we can see Granny has the most connections (9) and Wednesday has very few connections. 


I enjoyed using ggnet2 to create this social network. The biggest challenge of creating this social network was finding a dataset for the visualization and customizing the node color and size. It might be interesting to group the characters based on the degree of connection they have either high medium, or low. I would alter the text size for the labels in the future for clarity.

Check this out in GitHub!

-Ramya's POV

Comments

Popular posts from this blog

Module 8: Correlation and ggplot2

Final Project: Biodiversity in U.S National Parks