|
I need to recommend an R book (or an online tutorial) for someone who is well experienced in programming languages like Python and Java and knows a reasonable amount of statistics. What is the best resource for her to get productive in R quickly? |
|
I found R Cookbook very useful http://shop.oreilly.com/product/9780596809164.do A lot of examples, easy to get the R language structure esp. when you already know other languages. |
|
The best book to be productive in R quickly is "Applied Predictive Modeling" by Max Kuhn and Kjell Johnson. The best book on programming in R is "The Art of R Programming" by Norman Matloff. I second "The Art of R Programming"
(Jul 09 '13 at 22:13)
Dan Ryan
|
|
Here is a post that has a list of books. There is an R book mentioned above the code which is good. Yet another excellent resource are forums like stackoverflow, but the process of learning can be slow. There is of course the cran project site itself here but again its not in an easy readable format the book offers. Hope that helps |
|
Here is a post that has a list of books. There is an R book mentioned above the code which is good. Yet another excellent resource are forums like stackoverflow, but the process of learning can be slow. There is of course the cran project site itself here but again its not in an easy readable format the book offers. Hope that helps |
|
There is a book called "Machine Learning for Hackers" Here it's abstract:
|