Communication and Social Networks (Spring 2022)/Practice R Exercise

From CommunityData
< Communication and Social Networks (Spring 2022)
Revision as of 19:35, 31 March 2022 by Jdfoote (talk | contribs) (Created page with "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/Co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.