Week 4 Challenge Instructions
challenge_4
instructions
Centrality of a Network
Challenge Overview
Describe the many measures of centrality of at least one network of your choice.
Describe the Network Data
If you have not done it before, always start by evaluating the basic structure of the network (number of edges and vertices, dyad and triad census, etc.). Create a data frame nodes
with the corresponding local attributes such as degree or local transitivity.
Centrality
Compute at least one measure of centrality for each node, adding them as attributes to nodes
in the form of extra columns: eigencentrality, betweenness, closeness, etc. Compute the distribution of at least one of those measures. What do we learn from comparing these measures of centrality with an equivalent random network (i.e. with the same number of edges and vertices)?