From 3ece9f00db13286a9354d39950b0c79bcbe6c1be Mon Sep 17 00:00:00 2001 From: Navdeep Gill Date: Thu, 31 Dec 2015 18:27:47 -0800 Subject: [PATCH 1/2] Added R Programming books under "Probability & Statistics" --- books.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/books.md b/books.md index df687f6..0a75dc2 100644 --- a/books.md +++ b/books.md @@ -65,7 +65,10 @@ and Prediction](http://users.soe.ucsc.edu/~draper/draper-BMIP-dec2005.pdf) * [An Introduction to Statistical Learning with Applications in R](http://www-bcf.usc.edu/~gareth/ISL/) - Book * [Learning Statistics Using R](http://health.adelaide.edu.au/psychology/ccs/teaching/lsr/) * [Introduction to Probability and Statistics Using R](https://cran.r-project.org/web/packages/IPSUR/vignettes/IPSUR.pdf) - Book - +* [Advanced R Programming](http://adv-r.had.co.nz) - Book +* [Practical Regression and Anova using R](http://cran.r-project.org/doc/contrib/Faraway-PRA.pdf) - Book +* [R practicals](http://www.columbia.edu/~cjd11/charles_dimaggio/DIRE/resources/R/practicalsBookNoAns.pdf) - Book +* [The R Inferno](http://www.burns-stat.com/pages/Tutor/R_inferno.pdf) - Book ## Linear Algebra From 95616a3b249a10c6326e86675a2b03351410f8c8 Mon Sep 17 00:00:00 2001 From: Navdeep Gill Date: Thu, 31 Dec 2015 18:29:02 -0800 Subject: [PATCH 2/2] Added R Language for Programmers blog post by John D. Cook --- blogs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blogs.md b/blogs.md index bb96e80..d6b84c1 100644 --- a/blogs.md +++ b/blogs.md @@ -89,6 +89,8 @@ http://hunch.net/ http://www.randalolson.com/blog/ +http://www.johndcook.com/blog/r_language_for_programmers/ + Math ----