

R Module
R Module is an all-in-one resource that does not expect you have had any previous experience with R or programming/coding – we will show and teach you all you need to know. From the contents below, you can see how R Module shows you from how to install R and R Studio, all the way to advanced statistical analysis and graphing techniques. We will also be reviewing and adding content, both in R Module and also in the Blog section of this website, so make sure that you keep an eye out for those.
Outline
Section 1: Getting Functional in R
- Installing and setting up R and R Studio.
- Getting to know R and R Studio.
- How to start a project and save your work in R.
- Features in R.
- Data structures and entering data into R.
- Exporting output from R.
Section 2A: Basic Statistical Analysis
- Outlier detection.
- Calculating descriptive statistics.
- Calculating confidence intervals.
Section 2B: Basic Graphing - Data visualisation
- One-dimensional plots.
- Side-by-side plots.
- Scatter plots.
Section 2C: Significance Tests
- T-tests.
- F-test.
- ANOVA (Analysis of variance).
Section 2D: Regression Analysis
- Unweighted linear regression.
- Weighted linear regression.
- Linear model graphics.
- Non-linear regression.
Section 3A: Using R for Unsupervised Learning
- Data manipulation and large data set management.
- Hierarchical clusted analysis (HCA).
- Principal component cluster analysis (PCA).
Section 3B: Using R for Supervised Learning
- Creating training and test sets.
- Random forest models.
- kNN (k Nearest Neighbours) analysis.
- Discriminant analysis.
Section 4: Advanced Graphing - Visual Representation
- ggplot2 package - One-dimensional plots revisited.
- ggplot2 package - Side-by-side revisited.
- ggplot2 package - Regression revisited.
- factoextra package - PCA plots revisited.
Section 5A: Bringing it all Together
- Statistics workflows.
- Worked examples.
Section 5B: Moving Forward
- Debugging your code, interpreting errors.
- Online community - R help forums.
- Available data repositories - recommended data sets.