
Meet the instructor, who draws on 20 years across academia, public service, and industry to introduce the social network analysis using R.
Begin your journey in social network analysis using R with a welcome message from Hot Cupido Academy, inviting you to explore tailored courses and a growing knowledge hub.
Explore what social network analysis is and how it maps connections among individuals, groups, and institutions to reveal key actors and network configurations.
Understand graphs, nodes, and edges in social network analysis, including directed versus undirected networks and degree concepts, with attention to degree distribution, random graphs, and regular graphs.
Utilize R as a free, open-source environment for social network analysis, highlighting its full algorithm access, reproducible research, and two packages for sna.
Install packages I Graph and Essany in R to enable social network analysis, and demonstrate installing packages and documenting the code for future use in the interface.
Enter numeric and character data into the growth package, load the graph library, assign variables, and plot directed or undirected networks from numeric or name data.
Learn how to customize network plots by changing verdicts color to green and adjusting verdicts size, with accompanying cards to guide the plot appearance.
Learn to create basic graphs with igraph in R for social network analysis, including directed and undirected networks, named vertices and isolates, and basic customization of edges and colors.
Create and visualize diverse social network graphs in R using the graph library, including empty, star, directed, undirected, full, tree, ring, and erdos reny random graph models.
Import csv data into R, assign data frames, and plot an undirected or directed graph to compare work suburb and home suburb, using color to distinguish origins.
Calculate network density by examining degree in both undirected and directed graphs, measuring inward and outward relationships to reveal the strength of ties across social networks.
Compute betweenness centrality in a directed network to identify bridging individuals, illustrated by code and scores like James 3, Don 1.
Measure edge density to assess how dense a social network is by dividing actual connections by possible ones; in directed networks, density reveals the proportion of present links.
Identify cliques in a random network using R, plot the graph, and filter by minimum and maximum clique sizes to explore network density and cohesive groups.
Learn how random walks on graphs reveal ranking and central pathways by assigning equal probabilities to outgoing edges, exploring how visit sequences reflect network structure.
Explore the networkD3 JavaScript package to build dynamic, visually appealing social network visualizations, connect large datasets, and create diagrams such as Sankey networks.
Learn to create a simple network diagram in R with the networkD3 package, using a small brand value dataset to visualize category-based relationships, adjust opacity, color, and font size.
Explore hierarchical clustering and create dendrograms using the network D3 package, applying it to a built-in US states crime dataset to visualize state-level patterns and clusters.
Create a Sankei network in R with the Network D3 package, loading a JSON dataset from GitHub to visualize energy flows and regional or national material accounts.
Create a force network to visualize complex relationships in social network analysis using embedded vertex and edge data. Analyze central nodes, adjust parameters, and zoom for clearer visualization across networks.
When it comes to data-oriented programming language, R is considered one of the top 3 in the list. Through R we can perform a staggering number of statistical data modelling functions. In this exciting course we will learn how R can be used to perform social network analysis which is one of the widely used data analysis methods these days to measure connectedness among individuals, groups and organisations. Social network analysis is used to establish and measure connectivity within transport, advertising, national security, medicine, geography, politics, social psychology, and many other fields. If you're involved in analytics in any capacity, this course will be a huge help, teaching you how R can be used to format data for analysis, create graphs, analyse network graphs, and visualise networks. Although the course is designed in an extremely simple but informative manner, but it is still expected that you should be some basic experience of R environment to do this course. The course also comes with some sample data-sets, coding lists and R files with codes which will help you to become an expert of social network analysis. So, let’s learn how to examine the relationships and trends among networks in new and exciting ways, and discover information about how individuals in an organization interact.