mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-12-08 19:20:25 +00:00
Fixed titles, math rendering, and links on some pages
This commit is contained in:
parent
9f096a8720
commit
330ace0de9
61 changed files with 303 additions and 115 deletions
|
|
@ -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)
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue