forked from anhsmith/161250
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
75 lines (63 loc) · 1.66 KB
/
_quarto.yml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
project:
type: website
output-dir: docs
website:
title: "161250 Data Analysis"
page-navigation: true
navbar:
pinned: true
left:
- about.qmd
- text: "Slides"
href: slides.qmd
- text: "Study Guide"
href: studyguide/index.qmd
- text: "Workshops"
href: workshops/ws01.qmd
- text: "Extra Code"
menu:
- text: Ex2
file: exercises/Chap2more.R
- text: Ex3
file: exercises/Chap3more.R
- text: Ex4
file: exercises/Chap4more.R
- text: Ex5
file: exercises/Chap5more.R
- text: Ex6
file: exercises/Chap6more.R
- text: Ex7
file: exercises/Chap7more.R
- text: Ex8
file: exercises/Chap8more.R
sidebar:
- id: studyguide
collapse-level: 2
contents:
- section: "Study Guide"
href: studyguide/index.qmd
contents:
- studyguide/1-data-collection.qmd
- studyguide/2-eda.qmd
- studyguide/3-probability.qmd
- studyguide/4-inference.qmd
- studyguide/5-tabulated.qmd
- studyguide/6-single.qmd
- studyguide/7-multiple.qmd
- studyguide/8-anova.qmd
- id: workshops
collapse-level: 2
contents:
- workshops/ws01.qmd
- workshops/ws02.qmd
- workshops/ws03.qmd
- workshops/ws04.qmd
- workshops/ws05.qmd
- workshops/ws06.qmd
- workshops/ws07.qmd
- workshops/ws08.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true