Interpret Centrality Without Overclaiming
Calculate degree, betweenness, and closeness only after matching each measure to a plausible process of access, brokerage, or reachability.
Method sources
By the end of this tutorial
- 1Explain what degree, betweenness, and closeness assume about movement through a network.
- 2Choose direction, weight transformation, and normalization rules before calculation.
- 3Interpret high scores as structural positions rather than personal worth or proven influence.
SNA
Network specification
Analysis scenario
A course team wants to identify where peer explanations enter a class discussion network, who connects otherwise separated groups, and who can reach others through short paths. One centrality score cannot answer all three questions.
Nodes
Students who participated in a six-week online course discussion.
Ties
A directed, weighted tie from A to B counts substantive replies by A to B.
Network type
One-mode, directed, weighted interaction network aggregated across a documented six-week window.
Step-by-step tutorial
Name the flow process
Decide whether the substantive process is direct contact, shortest-path brokerage, rapid reach, diffusion, or something else. Write why network paths are a reasonable representation of that process before selecting a metric.
Checkpoint
You can finish the sentence: This centrality is relevant because the process moves through ties by...
Prepare direction and weights
Clarify whether incoming or outgoing degree matters. If higher weights mean stronger or more frequent ties, do not pass them unchanged to a shortest-path function that treats larger values as longer distance. Document any inverse or other transformation.
Checkpoint
Arrow direction and weight meaning are consistent with the formula and the research question.
Calculate a small measure set
Compute in-degree and out-degree, betweenness, and a reachability-aware form of closeness. Report raw and normalized values where comparisons across network sizes are intended, and treat disconnected cases explicitly.
Checkpoint
No undefined or infinite value is silently replaced, and every normalization rule is recorded.
Compare position with context
Inspect whether high-scoring actors actually perform the process assumed by the measure. Compare rankings across metrics and time windows, and look at the local network around surprising cases before writing conclusions.
Checkpoint
The interpretation names the structural opportunity measured and includes at least one alternative explanation for the score.
Interpret with care
High degree indicates many observed direct ties under the chosen direction and threshold. High betweenness indicates frequent placement on selected shortest paths, which may suggest brokerage only if the studied resource plausibly follows those paths. High closeness indicates short path distance to reachable others under the chosen definition.
Centrality is conditional on boundary, tie definition, time window, direction, weights, and flow assumptions. A high score does not prove leadership, quality, popularity, or causal influence, and a low score does not prove disengagement. Qualitative and temporal evidence can test whether the structural interpretation fits the setting.