Using R Is Nostalgic

I like R because for me, using R is nostalgic. It is a nostalgic experience because R is a throwback to the early days of statistical computing when standalone programs with arcane syntax were what we had to use.

The Early Days of Statistical Computing

Early in my career we did statistical computing on the IBM 360 mainframe and computer punch cards. Although primitive by today’s standards, this technology opened up the world of complex statistics. In the early days the statistical software we had to work with, at least in my university, was a series of user-written programs not unlike R. The computer center had loaded the programs onto the system, and they distributed documentation (printed handouts) with instructions for using them (just like R). In your job control language statements that were at the beginning of your card deck, you would indicate the program you wished to run, and then you would have a series of cards where you would include parameters, followed by your data. Each analysis you wanted to run (e.g., factor analysis or multiple regression) had a different program, written by a different person. If you ran into a problem, there might (or might not) be someone in the computer center who could help you.

The Introduction of Commercial Computer Packages

By the end of graduate school I had access to SPSS, and soon after to SAS. These were amazing advances for four reasons.

  • The analyses were all in one package. Your JCL command would point to the package and you then would have access to every module. This made things easier.
  • You could transfer results from one module to another, saving time by not having to reenter data.
  • There was consistency from module to module. Once you learned the system, it was easy to run a new module.
  • There was tech support to help you only a phone call away.

Once the statistical packages became widely available, the individual programs disappeared except for those people wrote to do things the major packages overlooked. These were often new or esoteric methods that in some cases wound up as specialized commercial packages such as LISREL or more recently, Mplus.

Using R Is Nostalgic for Me

Using R is nostalgic because it reminds me of the old mainframe days early in my career. R is a series of individual free-standing modules, each to do a different analysis. They are written by different individuals, and come with online documentation. Of course, running R on a modern operating system like Windows, and with a front end like R Studio should be easier than the old computer card days, or is it? The 1970s software was far simpler, and so there were far fewer options. It didn’t take long at all to figure out how to run an analysis—less time than figuring out R.

Which Is Best?

In many ways, choosing software is not unlike buying a car or other consumer product. You choose whatever has the features you need and the one you prefer. Each piece of software has advantages and disadvantages. Sometimes there is only one choice that can do exactly what you want, and sometimes there are many choices. People should use whatever gets the job done. That might be R, but it might also be a commercial package. I use both, although SAS is my go to. It is both a full-featured program language and a statistical package, just like R. Comparing the two:

  • R is free and is easily available. The cost of some packages can be prohibitive if your employer or school does not have a license. SAS has come out with SAS University Edition which is a free version that includes most of the statistical tools, but like R it comes without technical support.
  • R has some modules that are not available in SAS. No commercial package can include everything, and it is likely that there are new or specialized procedures that are only in R.
  • SAS is one integrated package. This means consistency across modules (PROCS) that makes it easier to learn new PROCS. The same is true of other commercial packages.
  • SAS documentation for the entire program is available in one place, and is designed to be consistent. R has documentation written by different users which can be uneven.
  • SAS PROCS include many options and provides many statistics that are spread across multiple modules in R, making SAS easier to use.
  • Technical support is far superior with commercial packages, and this is perhaps their biggest advantage. I have never waited more than 5 minutes for a technician on the phone, and I have never had a problem they could not help me solve. With R you can post a question on a listserv and hope someone will be willing and able to help you, and hopefully you don’t have to wait too long for a response. My experience posting questions on listservs is mixed.

Bottom Line

Users should not be disciples. Just like other products, people have their own preferences, and sometimes those preferences are strongly held. There are lots of options, so it is difficult to say that one is better than others across the board–it depends on your needs and the specific procedures you want to run. Your choice might be commercial software, R, something you write yourself, or something else. If it does what you need it to do, and does it correctly, it is the right tool for the job. For me, routine analyses are done with commercial software, but whenever I want to feel nostalgic, I fire up R Studio.

Photo by Markus Spiske temporausch.com from Pexels

Join 1,159 other subscribers

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.