Getting Started with the R Data Analysis Package

Professor Norm Matloff
Dept. of Computer Science
University of California at Davis
Davis, CA 95616

R is a wonderful programming language for statistics and data management, used widely in industry, business, government, medicine and so on. And it's free, an open source product. The S language, of which R is essentially an open source version, won the ACM Software System Award in 1998.

Downloading R:

R is available for Linux, Windows and Mac systems.

You can download R from its home page.

For Ubuntu Linux or other Debian-related OSs, a more direct method is:

% sudo apt-get install r-base

Learning R:

There is a perception among some that R has a steep learning curve, but I disagree. True, R usage has its advanced aspects, but my recommendation is simply, just get started! Start simple, and then refine gradually.

Here are some resources that I would recommend for learning R:

R Programming Tools:

One of the most debated topics in R online discussions is that of programming tools for R, of which there are many. (Links to be added.)

People you can talk to: