ML Wiki
Machine Learning Wiki - A collection of ML concepts, algorithms, and resources.

R

R

R is a programming language and software environment for statistical computing and graphics. It is an interpreted language with a simple syntax, and it is widely used among statisticians and data miners for developing statistical software and data analysis.

Key Features

  • vectorized operations: most functions work on whole vectors and matrices, no explicit loops needed
  • built-in data structures for statistics: vectors, factors, matrices, lists, and data frames
  • rich collection of packages: base R plus thousands of user-contributed packages on CRAN
  • publication-quality graphics: base plotting, lattice, and ggplot2
  • interfaces to other languages: can call C, C++, and Fortran code, and there are bridges to databases and Hadoop

R on This Wiki

Many pages on this wiki use R for examples of statistical computations and plotting. For example:

See Also