-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path_quarto.yml
135 lines (125 loc) · 4.06 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
project:
type: website
website:
page-navigation: true
title: "STA 210 - Spring 2022"
description: "Homepage for STA 210 - Regression Analysis at Duke University, Spring 2022."
site-url: "https://sta210-s22.github.io/website/"
repo-url: https://github.com/sta210-s22/website
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@minebocek"
image: "images/twitter-card.png"
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© Copyright 2022, Mine Çetinkaya-Rundel"
background: "#D9E3E4"
sidebar:
background: "#D9E3E4"
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/sta210-s22
text: "GitHub organization"
- icon: code-square
href: https://cmgr.oit.duke.edu/containers
text: "RStudio Containers"
- icon: person-fill
text: "Sakai"
menu:
- text: Discussion forum
url: https://sakai.duke.edu/portal/site/779c3ebe-3b88-4bcc-bd01-1813e8396a23/tool/13b6446a-a6c6-4222-8cfb-c36d1f70802b
- text: Gradescope
url: https://sakai.duke.edu/portal/site/779c3ebe-3b88-4bcc-bd01-1813e8396a23/page/aec742dc-2972-4f02-a35b-1dd3315af889
- text: Gradebook
url: https://sakai.duke.edu/portal/site/779c3ebe-3b88-4bcc-bd01-1813e8396a23/tool/69078433-67a6-4054-a2e7-9e6c202ecdc3/
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Course information"
contents:
- href: course-overview.qmd
text: Overview
- href: course-syllabus.qmd
text: Syllabus
- href: course-support.qmd
text: Support
- href: course-team.qmd
text: Teaching team
- href: index.qmd
text: Schedule
- href: course-links.qmd
text: Useful links
- href: course-faq.qmd
text: FAQ
- section: "Computing"
contents:
- href: computing-access.qmd
text: Access
- href: computing-troubleshooting.qmd
text: Troubleshooting
- section: "Project"
contents:
- href: project-description.qmd
text: Description
- href: project-tips-resources.qmd
text: Tips + resources
- section: "Weekly materials"
contents:
- href: weeks/week-1.qmd
text: "Week 1"
- href: weeks/week-2.qmd
text: "Week 2"
- href: weeks/week-3.qmd
text: "Week 3"
- href: weeks/week-4.qmd
text: "Week 4"
- href: weeks/week-5.qmd
text: "Week 5"
- href: weeks/week-6.qmd
text: "Week 6"
- href: weeks/week-7.qmd
text: "Week 7"
- href: weeks/week-8.qmd
text: "Week 8"
- href: weeks/week-9.qmd
text: "Week 9"
- href: weeks/week-10.qmd
text: "Week 10"
- href: weeks/week-11.qmd
text: "Week 11"
- href: weeks/week-12.qmd
text: "Week 12"
- href: weeks/week-13.qmd
text: "Week 13"
- href: weeks/week-14.qmd
text: "Week 14"
- href: weeks/week-15.qmd
text: "Week 15"
- section: "Supplemental notes"
contents:
- href: supplemental/slr-derivations.qmd
text: SLR derivations
- href: supplemental/model-diagnostics-matrix.qmd
text: Model diagnostics
- href: supplemental/mlr-matrix.qmd
text: MLR matrix notation
- href: supplemental/log-transformations.qmd
text: Log transformations
- href: supplemental/model-selection-criteria.qmd
text: Model selection criteria
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
freeze: auto
editor: visual