Fixed titles, math rendering, and links on some pages

This commit is contained in:
Brandon Rozek 2021-07-26 09:13:20 -04:00
parent 9f096a8720
commit 330ace0de9
61 changed files with 303 additions and 115 deletions

View file

@ -1,4 +1,8 @@
# Principal Component Analysis Pt. 1
---
title: Principal Component Analysis Pt. 1
showthedate: false
math: true
---
## What is PCA?
@ -50,4 +54,4 @@ pcal = function(data) {
names(combined_list) = c("Loadings", "Components")
return(combined_list)
}
```
```