An introduction to Machine Learning and Multivariate Statistics – video
Chapter 1 Matrix Algebra
Basic matrix operations
R script
Determinant and inverse of a matrix
R script
Eigenvectors and eigenvalues
R script
Chapter 2 Managing data in R
Working with data frames
R script
Generate random data
R script
Missing data and imputation
R script
Datasets used in this book
R script
Chapter 3 Graphical illustration of multivariate data
R script
Chapter 4 Covariance and the correlation matrix
R script
Chapter 5 PCA and PCoA
Principal component analysis
R script
Standardization and how to extract components
R script
Loadings and Varimax rotation
R script
Principal Coordinates Analysis (PCoA)
R script
Chapter 6 Linear discriminant analysis
R script
Chapter 7 Distances in space
R script
Chapter 8 Multivariate statistical tests
Hotelling’s T-square and MANOVA
R script
PERMANOVA
R script
Canonical correlation analysis
R script
Chapter 9 Classification and performance metrics
Diagnostic Metrics
R script
- Sensitivity and specificity – video
- The positive and negative predictive values – video
- The likelihood ratio – video
ROC curve
R script
Validation
R script
Chapter 10 Supervised Machine Learning
Validation and evaluation
Linear discriminant analysis
R script
Logistic regression
R script
Decision trees
R script
Random forest
R script
k-Nearest Neighbors
R script
Gaussian Naive Bayes
R script
The problem with imbalanced datasets in ML
R script
Chapter 11 Clustering
Hierarchical clustering
R script
Heatmap
R script
K-Means clustering
R script
Chapter 12 Principal component regression and PLS
Principal component regression and Partial least squares regression
R script
- Principal component regression – video
- Bootstrap confidence intervals – video
- Partial least squares regression – video
Lasso regression
R script
Chapter 13 Case studies
Paper 1
Dataset: Cytokines
R script
Paper 2
R script
- Kaplan-Meier analysis – video
- The log-rank test – video
- Linear mixed-effects model, part 1 – video
- Linear mixed-effects model, part 2 – video
- Cox proportional hazards model – video
Chapter 14 Answers to the exercises
R script