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

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

Awesome Lists containing this project

README

          

# Statistics For Data Scientists
[![Build](https://img.shields.io/github/actions/workflow/status/tomdewildt/statistics-for-data-scientists/ci.yml?branch=master)](https://github.com/tomdewildt/statistics-for-data-scientists/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/tomdewildt/statistics-for-data-scientists)](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)