Multivariate linear analysis notes in R
The source for my notes is the website of professor Arthur White. The datasets used can be downloaded here.
- Basics 1
- Basics 2
- Principal Components Analysis
- Hierarchical Clustering
- Simulating and Plotting Data
- k Nearest Neighbours
- Discriminant Analysis
- k-means Clustering
- Multidimensional Scaling
- Logistic Regression
As a part of the course students had to analyze a dataset. My submission was the following analysis. The source code is also available.