Communication and Social Networks (Spring 2022)/Practice R Exercise: Difference between revisions

From CommunityData
(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...")
 
No edit summary
 
Line 1: Line 1:
This is data about friendships between members of the French elite. Download the files and import them into R as a tidygraph tbl_graph.
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
Node data: https://jeremydfoote.com/Communication-and-Social-Networks/exams/r_practice_nodes.csv <br/>
Edge data: https://jeremydfoote.com/Communication-and-Social-Networks/exams/r_practice_edges.csv
Edge data: https://jeremydfoote.com/Communication-and-Social-Networks/exams/r_practice_edges.csv



Latest revision as of 19:35, 31 March 2022

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.