After the theoretical analysis, section 8 of Universal Portfolios provides examples. We now use logopt and R to reproduce them, the first three in this post.The examples of Universal Portfolios use a long time series...
You can also get your fix of ggplot2 on r-bloggers (where this blog is also syndicated): http://www.r-bloggers.com/search/ggplot
There’s been a lot of justifiable excitement in the R community about Yihui Xie’s great work, and most recently the incorporation of his knitr package into the RStudio software. Knitr is seen, justifiably, as a worthy successor to SWeave for … Continue reading →
Here is the code that fixed up the World Bank data export for use in Tableau. The databank spits out everything in an untidy format for grouping and aggregating. The reshape2 and plyr packages make it easy to manipulate the whole set … Continue reading →