August 2010

R unfolds the history of the Afghanistan war

August 9, 2010 | David Smith

Drew Conway continues his analysis of the Wikileaks data. Having concluded that the data appear legitimate (except perhaps in one region, based on a Benford's Law analysis of the numbers in the documents), Drew follows up with a spatio-temporal analysis of activity within Afghanistan, based on the datelines of the ... [Read more...]

Useful functions for data frames

August 9, 2010 | Ralph

The R software system is primarily command line based so when there are large sets of data it is not easy to browse the data frames. There are various useful functions for working with data frames. For example, after loading data from a text file we might want to view ... [Read more...]

GitHub Stats on Programming Languages

August 9, 2010 | C

GitHub has become a popular site for Open Source Developers to stash code and collaborate on projects.  The following are some stats and analysis related to programming languages in use based upon the number of users and repositories.  T...
[Read more...]

R has the best models

August 9, 2010 | David Smith

We had a great time at the JSM conference, and I really enjoyed meeting with all the useRs at the Revolution mixer on Wednesday evening (where this photo was taken). Hope everyone had a great time -- thanks for coming! [Read more...]

Installing RApache on Mac OS X Snow Leopard

August 9, 2010 | :)-k

Hi Folks,for a research project I needed to install RApache on my Mac OS X 10.6.4 (Snow Leopard) machine.It did take some time, a lot of beeping in the video documentary, a lot of recompiles…Here is the way to do it:1. Install Gnu Fortran on your MacYou need ... [Read more...]

Handling Large CSV Files in R

August 9, 2010 | Quantitative Finance Collector

A follow-up of my previous post Excellent Free CSV Splitter. I asked a question at LinkedIn about how to handle large CSV files in R / Matlab. Specifically, Quotationsuppose I have a large CSV file with over 30 million number of rows, both Matlab / R lacks memory when importing the data. Could ... [Read more...]

Iris Data Set Visualization Web App in < 100 LOC

August 7, 2010 | C

The iris data set pops up pretty regularly in statistical literature.  It consists of 50 records from three species of Iris flowers (Iris setosa, Iris virginica and Iris versicolor).   I came across it recently while reading Introduction to Data Mining.   It comes up in several places in the book to demonstrate ...
[Read more...]

Julian Besag 1945-2010

August 7, 2010 | xi'an

I have just learned that Julian Besag passed away last morning in Bristol after being admitted to the hospital two weeks ago. He was a leading figure of our field, a fiercely independent thinker, a brilliant statistician, and undoubtedly the clearest pretendent to having fathered MCMC. His influence on the ... [Read more...]

RInside release 0.2.3

August 6, 2010 | Thinking inside the box

A new 0.2.3 release of RInside is now on CRAN. RInside is a set of convenience classes which facilitate embedding of R inside of C++ applications and programs. RInside works particularly well with Rcpp and now depends on it. This is the first re... [Read more...]

How to animate Google Earth with R

August 6, 2010 | David Smith

We've looked before at how you can annotate geographical maps using R, but what if you want to overlay data onto a globe of the Earth, using Google Earth? The RKML package for R (from the OmegaHat project) allows you to do just that, by providing a high-level interface from ... [Read more...]

Twenty rules for good graphics

August 6, 2010 | Rob J Hyndman

One of the things I repeatedly include in referee reports, and in my responses to authors who have submitted papers to the International Journal of Forecasting, are comments designed to include the quality of the graphics. Recently someone asked on stats.stackexchange.com about best practices for producing plots. So ...
[Read more...]

Combinadics in R

August 5, 2010 | Mark Fredrickson

A question on stats.stackexchange.com reminded me of some code I wrote earlier this summer. The code provides a correspondence between the natural numbers 1 to (N choose K) and all the unique K sized combinations one could draw from N items. This relationship is know as the combinadic of ... [Read more...]

RcppArmadillo 0.2.5

August 5, 2010 | Thinking inside the box

Hot on the heels of RcppArmadillo release 0.2.4 a few days ago comes a new release 0.2.5 which is now on CRAN. RcppArmadillo makes it easy to write highly efficient and highly readable C++ code for linear algebra (based on Armadillo) in R extensions (... [Read more...]
1 6 7 8 9 10 11

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)