A little page of R resources.
What is R?
From R-Project.org:
R is a language and environment for statistical computing and graphics. It is similar to the S language and environment originally developed at Bell Laboratories by John Chambers and colleagues. … R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, …) and graphical techniques, and is highly extensible. … One of R’s strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. …
R is available as Free Software under the terms of the Free Software Foundation’s GNU General Public License in source code form. It compiles and runs on a wide variety of UNIX platforms and similar systems (including FreeBSD and Linux), Windows and MacOS.
Read more:
- R-Project.org
- R (programming language) – Wikipedia
- Beginner’s guide to R: Introduction – Computerworld
R Homepage
Installing and Using R
I recommend RStudio for the best IDE environment.
- Download and Install R for RStudio here.
- Download and install R Studio. (Note: the free version is … free)
Learning R
A great book:
Structured video tutorial courses:
- Data Science and Machine Learning Bootcamp with R by Jose Portilla – Udemy Course
- Up and Running with R by Barton Poulson – Lynda.com Course
Cheat Sheets