Sometimes it is fun to just look at annual returns, especially as the financial world has shifted its focus to microseconds in a world of inconceivable macro imbalances. St. Louis Fed (USREC) offers a binary state of the economy with 1=recession ...
It seems that Rserve works in a 1 byte charactersystem. This was giving us strange results. When I read in data from KNIME with strange characters like µ the errors began. Every time I used the character “µ”, my output in Rserve would be:...
Last week I pushed an update of my analogue package to CRAN. The last release (0.6-23) was on CRAN sometime in Mar 2010 so an update was well overdue. This (0.7-0) is a major update to analogue containing lots of … Continue reading →![]()
It seems that Rserve works in a 1 byte charactersystem. This was giving us strange results. When I read in data from KNIME with strange characters like µ the errors began. Every time I used the character “µ”, my output in Rserve would be:...
Got to know a very cool tool to use R in Excel named RExcel, basically it provides an integration solution such that users can get data, run command in Excel the same way as in R, which is presumably good and convenient to present results to your coll...
One key limiting factor for automated text classification is memory consumption. As you accumulate more news articles, bills, and legal opinions, the term-document matrices used to represent the data grow quickly. RTextTools provides two algorithms, support vector machines and maximum entropy, that can handle large datasets with very little memory. Luckily, these two algorithms tend to be the most...
I overlooked blogging about this at the time, but Jari released a minor update to our Vegan package to fix a few issues following release of R 2.13-0. As far as the user is concerned, this mainly affects capscale(). metaMDSrotate(), … Continue reading →![]()