R Workshop: Background

(Some parts of this document have been borrowed from the R FAQ).

What is R?

R is a statistics package, or a statistics environment, It is a command-line package, in a similar way that MATLAB is command-line driven, unlike many popular statistics packages.

R is based on the S langauge, a very high level language and an environment for data analysis and graphics. In 1998, the Association for Computing Machinery (ACM) presented its Software System Award to John M. Chambers, the principal designer of S, for

The two main expression of the S language are:

What are the differences between S-Plus and R?

Since both S-Plus and R are implementations of S, they are very similar. There are some differences, however: The functionality of R is growing rapidly, and for most purposes they can be considered together apart from the interface. Low-level users might never notice the differences. Return to main page
Peter Dunn
Created 19 November 2002