Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some R resources added #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions r-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ _[Note: The core of The Open Source Data Science Masters focuses on programmatic

### R

[The R Project for Statistical Computing / Software](http://www.r-project.org/)
* [The R Project for Statistical Computing / Software](http://www.r-project.org/)

[Learn Data Science with R / Tutorials](https://www.datacamp.com/courses)
* [Learn Data Science with R / Tutorials](https://www.datacamp.com/courses)

* A course on R by JHU on Coursera under Data Science Specialization [R Programming](https://www.coursera.org/learn/r-programming)

#### Basic R

Expand All @@ -14,6 +16,7 @@ _[Note: The core of The Open Source Data Science Masters focuses on programmatic
#### Basic Statistics with R

* An Introduction to Statistical Learning [Book pdf](http://www-bcf.usc.edu/~gareth/ISL/ISLR%20First%20Printing.pdf) ^also a Machine Learning resource
* Introductory Statistics with R [pdf Link](http://www.academia.dk/BiologiskAntropologi/Epidemiologi/PDF/Introductory_Statistics_with_R__2nd_ed.pdf)

#### Data Science with R
* Introduction to Data Science [Syracuse University / ebook](http://jsresearch.net/index.html)
Expand All @@ -23,6 +26,7 @@ _[Note: The core of The Open Source Data Science Masters focuses on programmatic

#### Statistical Learning with R

* [Statistics with R](https://www.coursera.org/specializations/statistics) - A specialization on Coursera by Duke University
* Statistical Learning [Stanford / OpenEdX Course](https://class.stanford.edu/courses/HumanitiesScience/StatLearning/Winter2014/about)

#### Forecasting with R
Expand Down