https://github.com/tomdewildt/statistics-for-data-scientists
Code for The Statistics For Data Scientists course of my master's degree
https://github.com/tomdewildt/statistics-for-data-scientists
actions makefile r renv swirl
Last synced: 23 days ago
JSON representation
Code for The Statistics For Data Scientists course of my master's degree
- Host: GitHub
- URL: https://github.com/tomdewildt/statistics-for-data-scientists
- Owner: tomdewildt
- License: mit
- Created: 2021-02-17T16:53:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-06-01T11:30:50.000Z (24 days ago)
- Last Synced: 2026-06-01T12:14:35.164Z (24 days ago)
- Topics: actions, makefile, r, renv, swirl
- Language: R
- Homepage:
- Size: 633 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Statistics For Data Scientists
[](https://github.com/tomdewildt/statistics-for-data-scientists/actions/workflows/ci.yml)
[](https://github.com/tomdewildt/statistics-for-data-scientists/blob/master/LICENSE)
Code for The Statistics 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)
[Statistics for Data Scientists Book](https://www.springer.com/gp/book/9783030105303)