-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
executable file
·62 lines (55 loc) · 1.84 KB
/
_quarto.yml
File metadata and controls
executable file
·62 lines (55 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# _quarto.yml
project:
type: website
output-dir: docs
website:
title: "NPHD 9042 -- Applied Multivariate Analysis"
navbar:
left:
- text: "Home"
href: index.qmd
- text: "Syllabus"
href: Other/syl.qmd
- text: "Lectures"
menu:
- text: "Introduction to Multivariate Analysis"
href: Lectures/introduction-to-multivariate.qmd
- text: "Introduction to Exploratory Factor Analysis(EFA)"
href: Lectures/introduction-to-EFA.qmd
- text: "Advanced Regression and Model Building"
href: Lectures/advanced_regression.qmd
- text: "Introduction to Structual Equation Modeling (SEM)"
href: Lectures/introduction-to-SEM.qmd
- text: "Introduction to Confirmatory Factor Analysis (CFA) and Path Analysis (PA)"
href: Lectures/introduction-to-CFA-PA.qmd
- text: "Introduction to Classifcation and Regression Tree (CART)"
href: Lectures/introduction-to-CART.qmd
- text: "Writing Guide for Academic Writers"
href: Lectures/writing.qmd
- text: "Vocabulary & Jargon"
href: Flashcards/VocabJargon.qmd
- text: "Assignments"
menu:
- text: "HW 1"
href: Assignments/hw1.qmd
- text: "HW 2"
href: Assignments/hw2.qmd
- text: "HW 3"
href: Assignments/hw3.qmd
- text: "HW 4"
href: Assignments/hw4.qmd
- text: "Midterm Project"
href: Assignments/MidtermProject.qmd
- text: "Final Project"
href: Assignments/FinalProject.qmd
- text: "Articles"
href: Articles/articles.qmd
- text: "About Dr. L"
href: Other/aboutDrL.qmd
format:
html:
toc: true
toc-depth: 3
theme: journal
columns: 12
css: styles.css