-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathself_study.Rmd
33 lines (18 loc) · 915 Bytes
/
self_study.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: 'Self Study'
---
## Books
### General data science
- *R for Data Science* (Grolemund and Wickham), https://r4ds.had.co.nz/
### R programming and package development
- *Advanced R* (Wickham), https://adv-r.hadley.nz/
- *Advanced R Solutions* (Grosser, Bumann, Wickham), https://advanced-r-solutions.rbind.io/
- *R Packages* (Wickham), http://r-pkgs.had.co.nz/
- *What They Forgot to Teach You About R* (Bryan and Hester), https://rstats.wtf/
### Machine learning
- *An Introduction to Statistical Learning* (James, Witten, Hastie, and Tibshirani), http://faculty.marshall.usc.edu/gareth-james/ISL/
### Geospatial analysis
- *Geocomputation with R* (Lovelace, Nowosad, Muenchow), https://geocompr.robinlovelace.net/
## Online Courses
- [You know how we feel](https://www.buzzfeednews.com/article/daveyalba/datacamp-sexual-harassment-metoo-tech-startup) about DataCamp
## Other resources