Overview
R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues.
...
Note that you need to login via your Carleton credentials for access to Lynda online courses.
See also:
- A wealth of Online Learning opportunities identified by RStudio.
- In particular, read the R Style Guide for advice on how to write readable, maintainable code. (This is how other R users will expect your code to look when you share it.)
- RStudio: Support & Documentation
- Open Learning Initiative free course on Probability and Statistics (in which the assignments may be completed using R.) From Carnegie Mellon University.
- UDacity's Data Analysis with R: Investigate, Visualize, and Summarize Data (Fee-based training that includes a free trial period.)
- CRAN is a network of ftp and web servers around the world that store identical, up-to-date, versions of code and and documentation for R (Manuals).
RStudio: Support & Documentation Avril Coghlan maintains these 3 HTML or PDF "books":
...