Book for R programming

Joined
10/29/12
Messages
18
Points
13
Hello All

Could you suggest a good book to learn R programming for a beginner

Thanks
Varun
 
No books necessary - start with a simple problem you want to solve (that will involve some basic uses of loops, functions, vectors/lists), and start by searching "How to declare a function in R" and take it from there. Easiest way to learn the basics of a language like R (which requires almost no complicated syntax or set up).
 
Hello David

Thanks for the advise. Doing just that, started with a few problems .

If you could only suggest a book , that would make it a little more organized for me to learn.

Would be glad if you have a good book in mind !!
 
Since you've asked about a "book for R programing", I can think of only one (and it is a pretty good book):
http://nostarch.com/artofr.htm

(Beware: most other books involving R I've encountered aren't about programming, but instead focused solely on the one-shot function calls to a task-specific set of APIs, like for instance statistics packages -- they're more like domain-specific cookbooks, in fact.)
 
Back
Top Bottom