Description: Average age of passenger cars and light trucks in the United States since 1995. The gray area represents the possible variance of the trend line with 95% confidence. Data: https://www.polk.com/company/news/average_age_of_vehicles_...
Title: A Backstage Tour of ggplot2 with Hadley WickhamDate: Wednesday, February 8, 2012Time: 11:00AM - 12:00PM PacificPresenter: Hadley Wickham, Professor of Statistics, Rice UniversityRegister here.I used ggplot2 extensively a few years ago, but rever...
Next Thursday (Jan. 16), at the RSS, there will be a special half-day meeting (afternoon, starting at 13:30) on Recent Advances in Monte Carlo Methods organised by the General Application Section. The speakers are Richard Everitt, University of Oxford, Missing data, and what to do about it Anthony Lee, Warwick University, Auxiliary variables and many-core 
In part 2 of this series of posts on RStudio Server, I commented that I suspected that RStudio Server would be fast. The first time I tried this from a remote connection, I was disappointed with the performance. Many companies…
R functions as APIs In our first post we demonstrated how to publish an R function to OpenCPU, so that it comes an API that can be called remotely. In a subsequent post we showed the advantages of putting the function in a package: it gets a permanent URI and one can include ‘apps’ in ...
I came across Dr. Peter Norvig’s blog about writing a basic spell-checker (http://norvig.com/spell-correct.html), and just had to try to implement it in R. Please excuse the ugly-ish code (I have not optimized it or commented it adequately at this point, but you can get the idea of what it does by reading Dr. Norvig’s blog). 
I’ve neglected this blog for quite some time but I’m getting around to finishing up a bunch of draft posts. But here is a quick one: Listing objects in your global environment A simple ls() doesn’t really tell you enough useful information at a glance. Most often I just want to know what I named