SlideShare a Scribd company logo
3
Most read
6
Most read
16
Most read
Social Network Analytics
(MIT-653)
-Asst. Prof. Bal Krishna Subedi, CDCSIT, TU
1
Chapter-1
1.1 Overview to Social Network Analytics
● Social Network Analytics (SNA) is an interdisciplinary field that combines
sociology, computer science, and data science to analyze and interpret the
relationships and interactions within networks.
● In the modern world, everything is connected in some way. Whether it's through
online social media, organizational structures, or communication systems,
relationships form the backbone of most systems.
● Networks provide a framework for understanding and analyzing the complex
relationships between different entities (often called nodes) through various types
of connections (called edges or ties).
● Understanding networks helps researchers and analysts to uncover hidden
patterns, predict behaviors, and make informed decisions across a range of
domains, including business, biology, sociology, economics, and communication
studies. 2
1.2 Importance of Social Network Analysis
1. Predicting behavior: By analyzing the relationships and interactions within a
network, it's possible to predict how certain behaviors might spread across a
population. This is valuable in areas like marketing, viral information
propagation, or disease transmission.
2. Optimizing resources: In organizational networks, understanding the flow of
information or tasks can improve efficiency and decision-making.
3. Enhancing communication: Analyzing the structure of communication
networks in a company or social media platform can help optimize channels
for faster, more effective communication.
3
1.3 What Are Networks?
1. A network is a collection of nodes (also called actors or vertices) that are connected by ties or
edges. Each node represents an entity, and each edge represents a relationship between
two nodes. The key aspect of networks is the relationship between the nodes. These
relationships can vary in type, strength, and direction.
There are two main types of networks:
● Social networks: Where the nodes represent individuals or organizations, and the edges
represent social relationships like friendship, trust, or communication.
● Technological networks: Where nodes are devices, and edges are communication
pathways like the internet or computer networks.
Networks can be represented mathematically as graphs, where the nodes are vertices, and
the edges (ties) are the connections between them.
4
1.4 Types of Networks:
1. Undirected Networks: The connections between nodes are bidirectional. If node
A is connected to node B, node B is also connected to node A. This is common in
social friendships, where friendship is mutual.
2. Directed Networks: Connections between nodes are one-way. For example, in a
Twitter network, if user A follows user B, it doesn’t necessarily mean that user B
follows user A.
3. Weighted Networks: The connections between nodes have weights, which can
represent the strength or frequency of interactions. For instance, the number of
calls between two people in a telecommunications network.
4. Bipartite Networks: A type of network in which nodes are divided into two disjoint
sets, with edges only between nodes of different sets. An example is a network of
authors and papers where each author is connected to the papers they wrote.
5
1.5 Example of a Social Network:
● In a social network like Facebook, each user (node) is connected to
others by friendships (edges). Analyzing this network can help
determine patterns of social influence, identify influential individuals
(central nodes), and even predict potential friendships or connections.
6
1.6 Types of Relations
1.6.1 Types of Relations in Social Networks:
● Friendship/Acquaintance: In social media networks, a tie might represent
a "friendship" or a "follow" relationship.
● Professional Relationships: In a corporate network, ties may represent
working relationships, such as collaborations or supervisory roles.
● Communication Networks: The ties could represent communication
between individuals, like emails, messages, or phone calls.
7
1.6 Types of Relations
1.6.2 Types of Relations in Other Contexts:
● Biological Networks: In ecological or genetic networks, ties might
represent predator-prey relationships or gene interactions.
● Economic Networks: Relationships can represent trade or financial
transactions between businesses or countries.
8
1.6 Types of Relations
1.6.4 Directed vs. Undirected Relations:
● Directed Relations: These are one-way relationships. For instance, in a
Twitter network, following someone is a directed tie because it’s not
necessarily reciprocal.
● Undirected Relations: These represent mutual relationships. An example
might be mutual friendships in Facebook.
9
1.6 Types of Relations
1.6.4 Weighted and Unweighted Relations:
● Weighted Networks: Ties may have weights that quantify the strength or
frequency of the relationship. For example, the frequency of
communication between two individuals.
● Unweighted Networks: Ties either exist or don't, with no measure of
strength.
10
1.7 Goals of Social Network Analysis
Social Network analysis is conducted to answer various types of questions that help
researchers and analysts understand the structure and function of the network. Some key
goals of network analysis include:
1.7.1 Identifying Key Actors or Nodes:
Centrality measures: Central nodes (those with many connections) often hold
power or influence within the network. For instance, in a social media network,
influencers with many followers might be considered central actors.
11
1.7 Goals of Social Network Analysis
1.7.2 Understanding Network Structure:
Clusters and Communities: One goal of network analysis is identifying
communities or subgroups within the network. These are groups of nodes that
are more densely connected to each other than to nodes outside the group.
12
1.7 Goals of Social Network Analysis
1.7.3 Assessing Information Flow
Network Flow: In communication or transportation
networks, analyzing how information or goods flow through
the network can help optimize operations. For instance, in
social networks, we can track how information or memes
spread across the community.
13
1.7 Goals of Social Network Analysis
1.7.4 Examining Network Dynamics
Evolution of Networks: Networks are often dynamic,
and studying their evolution over time can provide
insights into how connections form and disappear.
This is important in studying the growth of online
communities, the spread of diseases, or the formation
of new collaborations in scientific research.
14
1.7 Goals of Social Network Analysis
1.7.5 Predicting Behavior
Network analysis can help predict individual or collective
behaviors, such as which individuals are likely to adopt
new products, who may be the next influencer, or how
rumors might spread through a community.
15
1.8 Network Variables as Explanatory Variables
In network analysis, the structure and dynamics of the network are studied to explain the
behavior or outcomes of individual nodes or the network as a whole. Network variables can
serve as explanatory variables in predictive or causal models.
1.8.1 Centrality as an Explanatory Variable
•Degree Centrality: The number of connections a node has. Nodes with high degree
centrality may be considered more important or influential. In the workplace, central
employees often have access to more information, which can influence their behavior and
decisions.
•Betweenness Centrality: Nodes that lie on the shortest path between many other nodes.
These nodes act as brokers or bridges, and their behavior might influence how information
or resources are distributed in the network.
•Closeness Centrality: Nodes that can reach all other nodes in the network in the shortest
number of steps. In communication networks, these nodes are likely to have quick access to
the entire network and can spread information efficiently.
16
1.8 Network Variables as Explanatory Variables
In network analysis, the structure and dynamics of the network are studied to explain the
behavior or outcomes of individual nodes or the network as a whole. Network variables can
serve as explanatory variables in predictive or causal models.
1.8.1 Centrality as an Explanatory Variable
•Degree Centrality: The number of connections a node has. Nodes with high degree
centrality may be considered more important or influential. In the workplace, central
employees often have access to more information, which can influence their behavior and
decisions.
•Betweenness Centrality: Nodes that lie on the shortest path between many other nodes.
These nodes act as brokers or bridges, and their behavior might influence how information
or resources are distributed in the network.
•Closeness Centrality: Nodes that can reach all other nodes in the network in the shortest
number of steps. In communication networks, these nodes are likely to have quick access to
the entire network and can spread information efficiently.
17
1.8 Network Variables as Explanatory Variables
1.8.2 Network Density
Network Density: The proportion of possible connections in a network that
actually exist. In a dense network, most nodes are interconnected, which
might influence the speed and nature of communication or collaboration.
18
1.8 Network Variables as Explanatory Variables
1.8.3 Homophily
Homophily refers to the tendency of individuals to associate with others who are similar to
them. This concept can be used to explain the formation of communities or clusters within
social networks based on shared characteristics (e.g., interests, age, location).
19
1.9 Network Variables as Outcome Variables
In many cases, network analysis focuses on how the structure of a network influences
outcomes for individual nodes or the network as a whole. Here, network variables act as
outcome variables, helping us understand the consequences of network connectivity and
behavior.
1.9.1 Diffusion of Information
In a social network, a node’s centrality or the network’s density can affect how information
or influence spreads. For example, individuals in central positions may be more likely to
receive or disseminate information in a communication network.
1.9.2 Influence Propagation
Social networks can be used to predict how influence spreads from one person to another.
The structure of connections between individuals, especially those who are central, will
determine how influential certain individuals or ideas become.
20
1.9 Network Variables as Outcome Variables
1.9.3 Collective Action and Cooperation
Network structure can influence how likely individuals are to cooperate. For example, in a
network of employees, individuals who are more central might take the lead in
collaborative tasks or decisions, impacting the overall productivity and success of group
efforts.
1.9.4 Health Outcomes
In epidemiological networks, the outcome variable might be the spread of disease. The
structure of the network (e.g., how closely people are connected) can determine how
quickly a disease spreads across a population.
21
Summary:
Social networks are an essential framework for understanding the
complex interrelationships that drive behavior in various fields, from
social media to economics to biology. Understanding the why of
networks, the types of relations, the goals of analysis, and the roles that
network variables play as explanatory and outcome variables equips us
with the tools to model and interpret these complex systems.
Network analysis has far-reaching implications, from improving business
strategies to predicting the spread of diseases, and it is a valuable skill
for anyone interested in understanding the dynamics of connected
systems. Through the study of networks, we gain insight into the
underlying processes that shape behaviors, decisions, and outcomes
across different domains. 22
Thank You
Any Query??
23

More Related Content

PPT
01 Introduction to Networks Methods and Measures
PPT
01 Introduction to Networks Methods and Measures (2016)
PPTX
Network Analytics for management students doing MASTERS PROGRAMM.pptx
PDF
The Mathematics of Social Network Analysis: Metrics for Academic Social Networks
PPTX
02 Introduction to Social Networks and Health: Key Concepts and Overview
PPT
Internet
PPT
Internet
PPTX
Social Network Analysis
01 Introduction to Networks Methods and Measures
01 Introduction to Networks Methods and Measures (2016)
Network Analytics for management students doing MASTERS PROGRAMM.pptx
The Mathematics of Social Network Analysis: Metrics for Academic Social Networks
02 Introduction to Social Networks and Health: Key Concepts and Overview
Internet
Internet
Social Network Analysis

Similar to Introduction to Social Network Analytics (20)

PPTX
Social network analysis [SNA] is the mapping and measuring of relationships a...
PPTX
01 Network Data Collection (2017)
PDF
Current trends of opinion mining and sentiment analysis in social networks
PDF
Dv31821825
PPTX
Social Network Analysis: An Overview
PPTX
00 Introduction to SN&H: Key Concepts and Overview
PDF
Network literacy-high-res
PPTX
To understand importance of the the social networks insights and research dir...
PPTX
Social Network Analysis (SNA) 2018
PPTX
Nm4881 a social network analysis week 6
PPT
Social Network Analysis
PDF
An updated look at social network extraction system a personal data analysis ...
PDF
Least Cost Influence by Mapping Online Social Networks
PPTX
Social Network Analysis: An Overview
PDF
Socialnetworkanalysis 100225055227-phpapp02
PDF
New Similarity Index for Finding Followers in Leaders Based Community Detection
PPTX
Using SNA for organisational and personal improvement
PDF
Sna based reasoning for multiagent
PPTX
Social networking
Social network analysis [SNA] is the mapping and measuring of relationships a...
01 Network Data Collection (2017)
Current trends of opinion mining and sentiment analysis in social networks
Dv31821825
Social Network Analysis: An Overview
00 Introduction to SN&H: Key Concepts and Overview
Network literacy-high-res
To understand importance of the the social networks insights and research dir...
Social Network Analysis (SNA) 2018
Nm4881 a social network analysis week 6
Social Network Analysis
An updated look at social network extraction system a personal data analysis ...
Least Cost Influence by Mapping Online Social Networks
Social Network Analysis: An Overview
Socialnetworkanalysis 100225055227-phpapp02
New Similarity Index for Finding Followers in Leaders Based Community Detection
Using SNA for organisational and personal improvement
Sna based reasoning for multiagent
Social networking
Ad

More from Tribhuvan University (15)

PDF
Lecture6.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
PDF
lecture9.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
PDF
lecture5.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
PDF
lecture2.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
PDF
lecture8.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
PDF
lecture7.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
PDF
lecture3.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
PDF
lecture4.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
PDF
Lecture_2.pdf for Enterprise Application Achitecture
PDF
Lecture_3.pdf for Enterprise Application Architecture
PDF
Lecture 5.pdf_Enterprise Application Architecture
PDF
Enterprise Application Architecture Unit 2
PDF
Mathematical Foundations For Social Network Analysis
PDF
Unit_1_Introduction_to_Enterprise_Application.pdf
PDF
Dsa lecture 9
Lecture6.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
lecture9.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
lecture5.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
lecture2.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
lecture8.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
lecture7.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
lecture3.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
lecture4.pdf_Java Programming note for BCA, B.Sc. CSIT and BIT and BE
Lecture_2.pdf for Enterprise Application Achitecture
Lecture_3.pdf for Enterprise Application Architecture
Lecture 5.pdf_Enterprise Application Architecture
Enterprise Application Architecture Unit 2
Mathematical Foundations For Social Network Analysis
Unit_1_Introduction_to_Enterprise_Application.pdf
Dsa lecture 9
Ad

Recently uploaded (20)

PDF
Computing-Curriculum for Schools in Ghana
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Basic Mud Logging Guide for educational purpose
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
master seminar digital applications in india
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Classroom Observation Tools for Teachers
PPTX
Institutional Correction lecture only . . .
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
Computing-Curriculum for Schools in Ghana
Microbial diseases, their pathogenesis and prophylaxis
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Basic Mud Logging Guide for educational purpose
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
TR - Agricultural Crops Production NC III.pdf
master seminar digital applications in india
Sports Quiz easy sports quiz sports quiz
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
STATICS OF THE RIGID BODIES Hibbelers.pdf
Insiders guide to clinical Medicine.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Classroom Observation Tools for Teachers
Institutional Correction lecture only . . .
VCE English Exam - Section C Student Revision Booklet
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Pharmacology of Heart Failure /Pharmacotherapy of CHF
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Renaissance Architecture: A Journey from Faith to Humanism

Introduction to Social Network Analytics

  • 1. Social Network Analytics (MIT-653) -Asst. Prof. Bal Krishna Subedi, CDCSIT, TU 1
  • 2. Chapter-1 1.1 Overview to Social Network Analytics ● Social Network Analytics (SNA) is an interdisciplinary field that combines sociology, computer science, and data science to analyze and interpret the relationships and interactions within networks. ● In the modern world, everything is connected in some way. Whether it's through online social media, organizational structures, or communication systems, relationships form the backbone of most systems. ● Networks provide a framework for understanding and analyzing the complex relationships between different entities (often called nodes) through various types of connections (called edges or ties). ● Understanding networks helps researchers and analysts to uncover hidden patterns, predict behaviors, and make informed decisions across a range of domains, including business, biology, sociology, economics, and communication studies. 2
  • 3. 1.2 Importance of Social Network Analysis 1. Predicting behavior: By analyzing the relationships and interactions within a network, it's possible to predict how certain behaviors might spread across a population. This is valuable in areas like marketing, viral information propagation, or disease transmission. 2. Optimizing resources: In organizational networks, understanding the flow of information or tasks can improve efficiency and decision-making. 3. Enhancing communication: Analyzing the structure of communication networks in a company or social media platform can help optimize channels for faster, more effective communication. 3
  • 4. 1.3 What Are Networks? 1. A network is a collection of nodes (also called actors or vertices) that are connected by ties or edges. Each node represents an entity, and each edge represents a relationship between two nodes. The key aspect of networks is the relationship between the nodes. These relationships can vary in type, strength, and direction. There are two main types of networks: ● Social networks: Where the nodes represent individuals or organizations, and the edges represent social relationships like friendship, trust, or communication. ● Technological networks: Where nodes are devices, and edges are communication pathways like the internet or computer networks. Networks can be represented mathematically as graphs, where the nodes are vertices, and the edges (ties) are the connections between them. 4
  • 5. 1.4 Types of Networks: 1. Undirected Networks: The connections between nodes are bidirectional. If node A is connected to node B, node B is also connected to node A. This is common in social friendships, where friendship is mutual. 2. Directed Networks: Connections between nodes are one-way. For example, in a Twitter network, if user A follows user B, it doesn’t necessarily mean that user B follows user A. 3. Weighted Networks: The connections between nodes have weights, which can represent the strength or frequency of interactions. For instance, the number of calls between two people in a telecommunications network. 4. Bipartite Networks: A type of network in which nodes are divided into two disjoint sets, with edges only between nodes of different sets. An example is a network of authors and papers where each author is connected to the papers they wrote. 5
  • 6. 1.5 Example of a Social Network: ● In a social network like Facebook, each user (node) is connected to others by friendships (edges). Analyzing this network can help determine patterns of social influence, identify influential individuals (central nodes), and even predict potential friendships or connections. 6
  • 7. 1.6 Types of Relations 1.6.1 Types of Relations in Social Networks: ● Friendship/Acquaintance: In social media networks, a tie might represent a "friendship" or a "follow" relationship. ● Professional Relationships: In a corporate network, ties may represent working relationships, such as collaborations or supervisory roles. ● Communication Networks: The ties could represent communication between individuals, like emails, messages, or phone calls. 7
  • 8. 1.6 Types of Relations 1.6.2 Types of Relations in Other Contexts: ● Biological Networks: In ecological or genetic networks, ties might represent predator-prey relationships or gene interactions. ● Economic Networks: Relationships can represent trade or financial transactions between businesses or countries. 8
  • 9. 1.6 Types of Relations 1.6.4 Directed vs. Undirected Relations: ● Directed Relations: These are one-way relationships. For instance, in a Twitter network, following someone is a directed tie because it’s not necessarily reciprocal. ● Undirected Relations: These represent mutual relationships. An example might be mutual friendships in Facebook. 9
  • 10. 1.6 Types of Relations 1.6.4 Weighted and Unweighted Relations: ● Weighted Networks: Ties may have weights that quantify the strength or frequency of the relationship. For example, the frequency of communication between two individuals. ● Unweighted Networks: Ties either exist or don't, with no measure of strength. 10
  • 11. 1.7 Goals of Social Network Analysis Social Network analysis is conducted to answer various types of questions that help researchers and analysts understand the structure and function of the network. Some key goals of network analysis include: 1.7.1 Identifying Key Actors or Nodes: Centrality measures: Central nodes (those with many connections) often hold power or influence within the network. For instance, in a social media network, influencers with many followers might be considered central actors. 11
  • 12. 1.7 Goals of Social Network Analysis 1.7.2 Understanding Network Structure: Clusters and Communities: One goal of network analysis is identifying communities or subgroups within the network. These are groups of nodes that are more densely connected to each other than to nodes outside the group. 12
  • 13. 1.7 Goals of Social Network Analysis 1.7.3 Assessing Information Flow Network Flow: In communication or transportation networks, analyzing how information or goods flow through the network can help optimize operations. For instance, in social networks, we can track how information or memes spread across the community. 13
  • 14. 1.7 Goals of Social Network Analysis 1.7.4 Examining Network Dynamics Evolution of Networks: Networks are often dynamic, and studying their evolution over time can provide insights into how connections form and disappear. This is important in studying the growth of online communities, the spread of diseases, or the formation of new collaborations in scientific research. 14
  • 15. 1.7 Goals of Social Network Analysis 1.7.5 Predicting Behavior Network analysis can help predict individual or collective behaviors, such as which individuals are likely to adopt new products, who may be the next influencer, or how rumors might spread through a community. 15
  • 16. 1.8 Network Variables as Explanatory Variables In network analysis, the structure and dynamics of the network are studied to explain the behavior or outcomes of individual nodes or the network as a whole. Network variables can serve as explanatory variables in predictive or causal models. 1.8.1 Centrality as an Explanatory Variable •Degree Centrality: The number of connections a node has. Nodes with high degree centrality may be considered more important or influential. In the workplace, central employees often have access to more information, which can influence their behavior and decisions. •Betweenness Centrality: Nodes that lie on the shortest path between many other nodes. These nodes act as brokers or bridges, and their behavior might influence how information or resources are distributed in the network. •Closeness Centrality: Nodes that can reach all other nodes in the network in the shortest number of steps. In communication networks, these nodes are likely to have quick access to the entire network and can spread information efficiently. 16
  • 17. 1.8 Network Variables as Explanatory Variables In network analysis, the structure and dynamics of the network are studied to explain the behavior or outcomes of individual nodes or the network as a whole. Network variables can serve as explanatory variables in predictive or causal models. 1.8.1 Centrality as an Explanatory Variable •Degree Centrality: The number of connections a node has. Nodes with high degree centrality may be considered more important or influential. In the workplace, central employees often have access to more information, which can influence their behavior and decisions. •Betweenness Centrality: Nodes that lie on the shortest path between many other nodes. These nodes act as brokers or bridges, and their behavior might influence how information or resources are distributed in the network. •Closeness Centrality: Nodes that can reach all other nodes in the network in the shortest number of steps. In communication networks, these nodes are likely to have quick access to the entire network and can spread information efficiently. 17
  • 18. 1.8 Network Variables as Explanatory Variables 1.8.2 Network Density Network Density: The proportion of possible connections in a network that actually exist. In a dense network, most nodes are interconnected, which might influence the speed and nature of communication or collaboration. 18
  • 19. 1.8 Network Variables as Explanatory Variables 1.8.3 Homophily Homophily refers to the tendency of individuals to associate with others who are similar to them. This concept can be used to explain the formation of communities or clusters within social networks based on shared characteristics (e.g., interests, age, location). 19
  • 20. 1.9 Network Variables as Outcome Variables In many cases, network analysis focuses on how the structure of a network influences outcomes for individual nodes or the network as a whole. Here, network variables act as outcome variables, helping us understand the consequences of network connectivity and behavior. 1.9.1 Diffusion of Information In a social network, a node’s centrality or the network’s density can affect how information or influence spreads. For example, individuals in central positions may be more likely to receive or disseminate information in a communication network. 1.9.2 Influence Propagation Social networks can be used to predict how influence spreads from one person to another. The structure of connections between individuals, especially those who are central, will determine how influential certain individuals or ideas become. 20
  • 21. 1.9 Network Variables as Outcome Variables 1.9.3 Collective Action and Cooperation Network structure can influence how likely individuals are to cooperate. For example, in a network of employees, individuals who are more central might take the lead in collaborative tasks or decisions, impacting the overall productivity and success of group efforts. 1.9.4 Health Outcomes In epidemiological networks, the outcome variable might be the spread of disease. The structure of the network (e.g., how closely people are connected) can determine how quickly a disease spreads across a population. 21
  • 22. Summary: Social networks are an essential framework for understanding the complex interrelationships that drive behavior in various fields, from social media to economics to biology. Understanding the why of networks, the types of relations, the goals of analysis, and the roles that network variables play as explanatory and outcome variables equips us with the tools to model and interpret these complex systems. Network analysis has far-reaching implications, from improving business strategies to predicting the spread of diseases, and it is a valuable skill for anyone interested in understanding the dynamics of connected systems. Through the study of networks, we gain insight into the underlying processes that shape behaviors, decisions, and outcomes across different domains. 22