An open API service indexing awesome lists of open source software.

https://github.com/tomdewildt/social-network-analysis-for-data-scientists

Code for The Social Network Analysis For Data Scientists course of my master's degree
https://github.com/tomdewildt/social-network-analysis-for-data-scientists

actions igraph makefile r renv sna sna4ds

Last synced: 21 days ago
JSON representation

Code for The Social Network Analysis For Data Scientists course of my master's degree

Awesome Lists containing this project

README

          

# Social Network Analysis For Data Scientists
[![Build](https://img.shields.io/github/actions/workflow/status/tomdewildt/social-network-analysis-for-data-scientists/ci.yml?branch=master)](https://github.com/tomdewildt/social-network-analysis-for-data-scientists/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/tomdewildt/social-network-analysis-for-data-scientists)](https://github.com/tomdewildt/social-network-analysis-for-data-scientists/blob/master/LICENSE)

Code for The Social Network Analysis For Data Scientists course of my master's degree.

# How To Run

Prerequisites:
* R version ```4.0.4``` or later
* renv version ```0.12.5``` or later

### Development

1. Run ```make init``` to initialize the environment.
2. Run ```make run``` to execute the script.

# References

[R Docs](https://cran.r-project.org/doc/manuals/r-release/R-intro.html)

[Renv Docs](https://rstudio.github.io/renv/index.html)

[Lintr Docs](https://github.com/jimhester/lintr)

[Social Network Analysis For Data Scientists Book](https://www.cambridge.org/highereducation/books/inferential-network-analysis/A7797D36A24647AA1F900CE7EF694C7E)