
R
Get flash to fully experience Pearltrees
rCharts
Recently, I had blogged about two R packages, rCharts and rNVD3 that provided R users a lattice like interface to create interactive visualizations using popular javascript libraries. There was a lot of repeated code between the two packages, which lead me to think that it might be possible to integrate multiple JS libraries into a single package with a common lattice like interface. After heavy refactoring, I finally managed to implement three popular JS libraries in rCharts: Polycharts , NVD3 and MorrisJS . rCharts uses reference classes, which I believe is one of the best things to happen to R. It allowed me to keep the code base pretty concise, while implementing a fair degree of functionality. The current structure of rCharts should make it easy to integrate any JS visualization library that uses a configuration variable to create charts.rserve-php - Rserve client php library
Rserve is a R statistical software extension allowing to run R instance as a TCP/IP server and to communicate using a platform independent binary protocol. This project is an php implementation of a Rserve client in PHP5. It's currently a simple implementation, far from the java library.If you are into large data and work a lot with package ff
One of the main reasons why I prefer to use it above other packages that allow working with large datasets is that it is a complete set of tools . If you disagree, do comment. Next to that there are some extra goodies allowing faster grouping by - not restricted to the ff package alone (Fast groupwise aggregations: bySum, byMean, binned_sum, binned_sumsq, binned_tabulate) > require(ffbase)Mapping Public Opinion: A Tutorial Posted by d sparks on July 18, 2012 · 6 Comments At the upcoming 2012 summer meeting of the Society of Political Methodology, I will be presenting a poster on Isarithmic Maps of Public Opinion . Since last posting on the topic, I have made major improvements to the code and robustness of the modeling approach, and written a tutorial that illustrates the production of such maps. This tutorial is in a very rough draft form, but I will post it here when it is finalized.
Mapping Public Opinion: A Tutorial « David B. Sparks
R Offerings
A big list of the things R can do
I guess a lot of us actually use many tools to accomplish various things in their everyday life. There is the (not that uncommon) case where you have to build something that others will use in their everyday business life to get insights, information and/or take decisions. The basic implementation scenario here would be to build an excel workbook where you will feed the data and have a overview sheet, named Dashboard …If things are on your side you could set-up a connection to a database (an existing one or one you will create for the data in discussion) and pull data from there. You can build powerful and visually elegant things using this approach. A cool resource to generate tears of joy among colleagues is Chandoo.org .

