Reflections on UseR! 2013

[This article was first published on Hyndsight » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

This week I’ve been at the R Users conference in Albacete, Spain. These conferences are a little unusual in that they are not really about research, unlike most conferences I attend. They provide a place for people to discuss and exchange ideas on how R can be used.

Here are some thoughts and highlights of the conference, in no particular order.

  1. Håvard Rue spoke on Bayesian computing with INLA and the R-INLA package. I was unaware of INLA before, but it is a much faster way than MCMC to do some Bayesian computations. It looks useful — I might try it sometime.
  2. Christoph Bergmeir (who has just finished visiting me at Monash for a few months) talked about the Rsiopred package (not yet on CRAN) which uses a fuzzy multicriteria approach to forecasting ETS models. Essentially, it tries to optimize RMSE, MAE and MAPE simultaneously, which will give biased forecasts of course, but hopefully more robust forecasts. The optimization is also better (in the sense of getting closer to the global optimum) than the ets() function in the forecast package. Christoph is also responsible for the big improvement in speed of the ets() function from v4.05 of the forecast package.
  3. José Manuel Benítez Sánchez (Christoph’s boss) talked about the efforts of his team at the University of Granada to add machine learning tools to CRAN.
    Their RSNNS package looks good. Next time I fit a neural net, I’ll try it out.
  4. Duncan Murdoch gave an interesting talk on the new features in R 3.0.x and beyond. The most interesting part was that future releases will include the bug fixes and performance enhancements identified by Radford Neal. In question time, Duncan explained why we will probably never have packages dependent on specific versions of other packages.
  5. Steve Scott from Google talked about Bayesian structural time series models with regressors. Actually, I’d heard his coauthor (and boss) Hal Varian speak on the same subject at the Operations Research conference in Rome last week. Look out for the bsts package when it is released on CRAN. It looks very useful.
  6. As usual, there were lots of people talking about Sweave and knitR for reproducible research. I quite like knitR because it uses markdown which is a very simple document markup language. However, for my purposes, I still prefer keeping the tex and R files separate as explained here.
  7. I heard two nice talks on visualizing likert scale data by Kimberly Speerschneider (on the likert package not yet on CRAN) and Richard Heiberger (on the HH package). Likert scale data are the standard fare of surveys, so it is good to see some serious thinking being done on how to graph the data usefully.
  8. I had my first experience of lightning talks, where each person gets 5 minutes. These were surprisingly effective and interesting. I especially enjoyed Andy South on mapping half a million signatures.
  9. I gave a talk on the hts package entitled R tools for hierarchical time series. I am now working actively on hierarchical time series forecasting again, after a break from it for a couple of years. So expect to see more on this topic in the coming months. It has a lot of applications, and there is a lot still to be done to develop the theory, methodology and tools for handling hierarchical time series in practice.
  10. RStudio demonstrated their new debugging features to a few of us during one lunch break. In fact, they allowed us to download the pre-release version for our own use, but I’m not allowed to tell you the URL! However, if you google [rstudio preview release] you might find it. The debugging features are excellent, so look out for v0.98 available soon.
  11. I finally met the team from Revolution Analytics, the people who produce Revolution R. Unfortunately, Revolution R is not available for 64-bit Ubuntu which is the platform I use.
  12. I was amazed at how much effort is going into making R work with gigantically enormous and humungous data sets. For me a seriously big data set has a few hundred thousand observations, but many people are working with terabytes, petabytes and even exabytes of data. Mind-boggling.
  13. I cannot get used to the Spanish habit of eating in the very late evening, while still getting up for the first session at 9am. The conference dinner began at 9.30pm, and I left just after 12.30am as I wanted to get some sleep. The party was apparently still going well after 2am, including Steve Scott who was doing the 9am talk the following morning!
  14. This the most tweeted conference I’ve attended. See the stream.
  15. I got to meet several people I’ve known electronically for years, but never met in person including Colin Gillespie (who was part of the first moderator team on crossvalidated.com) and Tal Galili (responsible for maintaining R-bloggers).

Thanks to the committee and sponsors for making it a great conference. The next one is in California: UseR! 2014.

To leave a comment for the author, please follow the link and comment on their blog: Hyndsight » R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

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)