• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

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