From e39a4213eedef84d0af32659a2e2ac486c8aa99a Mon Sep 17 00:00:00 2001 From: Thomas Yarnall Date: Wed, 30 Oct 2013 23:10:36 -0500 Subject: [PATCH] Added several books to Mathematics and one to R Added 6 statistics books to Mathematics section and one book to the R section --- free-programming-books.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 52a3ad4e..8d0570eb 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -303,6 +303,12 @@ * [Advanced Data Analysis from an Elementary Point of View](http://www.stat.cmu.edu/~cshalizi/ADAfaEPoV/) * [Probability and Statistics Cookbook](http://matthias.vallentin.net/probability-and-statistics-cookbook/) * [A First Course in Linear Algebra](http://linear.ups.edu/) +* [Collaborative Statistics](http://cnx.org/content/col10522/latest/) +* [CK-12 Probability and Statistics - Advanced](http://www.ck12.org/book/Probability-and-Statistics---Advanced-%2528Second-Edition%2529/) +* [Concepts & Applications of Inferential Statistics](http://vassarstats.net/textbook/) +* [Introduction to Probability](http://www.dartmouth.edu/~chance/teaching_aids/books_articles/probability_book/book.html) +* [OpenIntro Statistics](http://www.openintro.org/stat/textbook.php) +* [Probability and Statistics EBook](http://wiki.stat.ucla.edu/socr/index.php/Probability_and_statistics_EBook) ####Misc * [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/) @@ -916,6 +922,7 @@ See also [TeX](#tex) * [Learning Statistics with R](http://health.adelaide.edu.au/psychology/ccs/teaching/lsr/) * [R language for Programmers](http://www.johndcook.com/R_language_for_programmers.html) * [R Programming](http://en.wikibooks.org/wiki/R_Programming) +* [Practical Regression and Anova using R](http://cran.r-project.org/doc/contrib/Faraway-PRA.pdf) (PDF) ###Racket * [Programming Languages: Application and Interpretation](http://cs.brown.edu/courses/cs173/2012/book/index.html) -- GitLab