Communication and Social Networks (Fall 2023)/Practice R Exercise: Difference between revisions

From CommunityData
(Copying content from previous class)
 
(No difference)

Latest revision as of 17:55, 3 August 2023

This is data about friendships between members of the French elite. Download the files and import them into R as a tidygraph tbl_graph.

Node data: https://jeremydfoote.com/Communication-and-Social-Networks/exams/r_practice_nodes.csv
Edge data: https://jeremydfoote.com/Communication-and-Social-Networks/exams/r_practice_edges.csv

Once you have the data loaded into R, I want you to create a visualization that shows how friendships relate to the religion that a person belongs to.

Put the code that you used below, and write a few sentences analyzing the visualization that you created and explaining what we can learn from it.