In this summary, I will explain the very basics of R [RCoreTeam, 2014], step by step. The software and additional packages are deposited here.
Index
- Scripts and work-arounds
- Preparing data for R
- Loading the data in R
- Basic commands in R
- Mathematical operations
- Calling data
- Formatting the data
- Writing tables to files
- Plotting data
- Statistical analysis
Reference
R Core Team (2014). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria.
Useful links
- nice R manual (http://www.statmethods.net/index.html)
- R manual (https://stat.ethz.ch/R-manual/R-devel/library/graphics/html/plot.html)
- nice graphs manual for R (http://www.harding.edu/fmccown/r/)
- very helpful forum (https://stackoverflow.com/)