Quantitative Finance with R offers a winning strategy for devising expertly-crafted and workable trading models using the R open source programming language, providing readers with a step-by-step approach to understanding complex quantitative finance problems and building functional computer code.
An overview of how the programming language R can be used within stock and options trading environments, with good working examples of financial markets data and its ensuing analysis. About half of the included hyperlinks do not work anymore. Chapters 1 to 5 can be condensed into 2 chapters, as they are overly verbose, and which by the way also contain minor misconceptions on probability and statistics. The chapter on Options is particularly poor: rather than giving a treatment on working with options data, it gives a textbook repetition of the Black-Scholes formula cum examples. The chapter on Optimisation in contrast could benefit from an expansion as the topic is far broader than is presented in this book. Also, it should have been called Portfolio optimisation to distinguish it from R-program optimisation. A chapter on R-program improvements, ie the final chapter, is thankfully included, though the chapter as a whole requires some textual polishing. Additionally, this chapter could have benefited from a description of common pitfalls, caveats and best practices.
Although the book is relatively honest about its scope and subject matter, as a reader I do not find myself being taken seriously at all times.
Basically it is an introduction to R using finance for examples. If you don't know R and are interested in finance then this book will provide a concise and enjoyable introduction to R.
The source code is available on github. There are some errors in the book and code (not using lag.xts() as opposed to lag() crashing quantmod examples is one) but they are easily recognizable.