From 2659e0c961a93c6ec4a78423c86e5f412add762e Mon Sep 17 00:00:00 2001 From: Paul Paczuski Date: Mon, 16 Oct 2017 06:47:15 -0700 Subject: [PATCH] R: Add Introduction to Statistical Learning by Hastie et al (#2581) * R: Add Introduction to Statistical Learning by Hastie et al * R: sort alphabetically --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 1243aa1f..e6d1c763 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1978,6 +1978,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, ### R * [Advanced R Programming](http://adv-r.had.co.nz) - Hadley Wickham +* [An Introduction to Statistical Learning with Applications in R](http://www-bcf.usc.edu/~gareth/ISL/) - Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani (PDF) * [Cookbook for R](http://www.cookbook-r.com) - Winston Chang * [Introduction to Probability and Statistics Using R](http://cran.r-project.org/web/packages/IPSUR/vignettes/IPSUR.pdf) - G. Jay Kerns (PDF) * [Learning Statistics with R](http://health.adelaide.edu.au/psychology/ccs/teaching/lsr) - Daniel Navarro -- GitLab