| Installing R from CRAN | How to install R. |
| Installing R packages. | How to install R packages such as LearnEDA and aplpack. |
| Introduction to R, Part
I (Basics) |
Learn about the c(), seq() and rep() functions to create vectors, mathematical functions on vectors, the use of bracket expressions, and logical operators. |
| Introduction to R, Part
II (Data input) |
Learn about the scan(), data.entry(), and read.table() functions, how to save R output and graphs. |
| Introduction to R, Part
III (Matrices) |
Fundamentals on matrices, including construction, accessing elements, row and column functions, apply(), and data frames. |
| Introduction to R, Part
IV (Graphing) |
The plot command, modifying plots, adding elements to your graph, and saving graphs. |
| R EDA Commands | Illustrations of all of the EDA methods using
R. |