-
Notifications
You must be signed in to change notification settings - Fork 24
/
_quarto.yml
201 lines (188 loc) Β· 6.39 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
project:
type: website
render:
- "*.qmd"
- "!slides/"
resources:
- "files/"
- "projects/"
- "slides/*.html"
- "slides/*.pdf"
- "slides/img/"
- "slides/libs/"
- "slides/css/"
- "slides/*_files/"
# See https://quarto.org/docs/projects/code-execution.html#freeze
execute:
freeze: auto # Re-render only when source changes
bibliography: files/bib/references.bib
csl: files/bib/chicago-author-date.csl
description-meta: "Use modern statistical and data scientific tools to measure causal effects and evaluate public policy"
website:
title: "Program Evaluation"
site-url: "https://evalf22.classes.andrewheiss.com"
favicon: "/files/icon-512.png"
twitter-card:
image: "/files/social-image-f22.png"
card-style: summary_large_image
creator: "@andrewheiss"
# site: "@andrewheiss"
open-graph:
image: "/files/social-image-f22.png"
locale: en_US
navbar:
pinned: true
background: "#EE6A24"
right:
- syllabus.qmd
- schedule.qmd
- text: "Content"
file: content/index.qmd
- text: "Assignments"
file: assignment/index.qmd
- text: "Examples"
file: example/index.qmd
- text: "Resources"
file: resource/index.qmd
- text: "News"
file: news/index.qmd
- icon: slack
href: "https://gsuevalf2022.slack.com"
aria-label: Slack
- icon: cloud-fill
href: "https://rstudio.cloud"
aria-label: RStudio.cloud
sidebar:
- title: "Content"
style: "docked"
search: false
background: dark
contents:
- section: "Overview"
contents:
- content/index.qmd
- section: "Course content"
contents:
- text: "1: Evaluation and the causal revolution"
file: content/01-content.qmd
- text: "2: Regression and inference"
file: content/02-content.qmd
- text: "3: Theories of change and logic models"
file: content/03-content.qmd
- text: "4: Measurement and DAGs"
file: content/04-content.qmd
- text: "5: DAGs and potential outcomes"
file: content/05-content.qmd
- text: "6: Threats to validity"
file: content/06-content.qmd
- text: "7: Randomization and matching"
file: content/07-content.qmd
- text: "8: Diff-in-diff I"
file: content/08-content.qmd
- text: "9: Diff-in-diff II"
file: content/09-content.qmd
- text: "10: RDD I"
file: content/10-content.qmd
- text: "11: IV I"
file: content/11-content.qmd
- text: "12: IV II & RDD II"
file: content/12-content.qmd
- text: "13: Choosing and planning ethical evaluations"
file: content/13-content.qmd
- text: "14: Ethics, stories, and curiosity"
file: content/14-content.qmd
- title: "Assignments"
contents:
- section: "Overview"
contents:
- assignment/index.qmd
- section: "Other projects"
contents:
- assignment/final-project.qmd
- assignment/weekly-check-in.qmd
- section: "Problem sets"
contents:
- assignment/01-problem-set.qmd
- assignment/02-problem-set.qmd
- assignment/03-problem-set.qmd
- assignment/04-problem-set.qmd
- assignment/05-problem-set.qmd
- assignment/06-problem-set.qmd
- assignment/07-problem-set.qmd
- assignment/08-problem-set.qmd
- assignment/09-problem-set.qmd
- section: "Evaluation"
contents:
- assignment/01-eval-background-theory.qmd
- assignment/02-eval-measurement.qmd
- assignment/03-eval-dag.qmd
- assignment/04-eval-threats.qmd
- title: "Examples"
contents:
- section: "Overview"
contents:
- example/index.qmd
- section: "Simulated data"
contents:
- text: "Random numbers"
file: example/random-numbers.qmd
- text: "Synthetic data"
file: example/synthetic-data.qmd
- section: "Examples"
contents:
- example/rstudio-tidyverse.qmd
- example/regression.qmd
- example/dags.qmd
- example/po-ate-cate.qmd
- text: "RCTs"
file: example/rcts.qmd
- text: "Matching and IPW"
file: example/matching-ipw.qmd
- text: "Robust standard errors"
file: example/standard-errors.qmd
- text: "Unobserved confounding"
file: example/confounding-sensitivity.qmd
- text: "Diff-in-diff"
file: example/diff-in-diff.qmd
- example/rdd.qmd
- example/iv.qmd
- text: "ITT and CACE"
file: example/cace.qmd
- example/rdd-fuzzy.qmd
- title: "Resources"
contents:
- section: "Overview"
contents:
- resource/index.qmd
- resource/r.qmd
- resource/style.qmd
- resource/data.qmd
- resource/citations.qmd
- resource/bayes.qmd
- resource/zilch.qmd
- section: "Study guides"
contents:
- resource/exam1.qmd
- resource/exam2.qmd
- section: "Guides"
contents:
- resource/install.qmd
- resource/markdown.qmd
- resource/rmarkdown.qmd
- resource/unzipping.qmd
page-footer:
left: |
Content {{< fa brands creative-commons >}} {{< var course.copyright_year >}} by [{{< var instructor.name_no_title >}}]({{< var instructor.url >}}) <br>
All content licensed under a {{< fa brands creative-commons >}}
{{< fa brands creative-commons-by >}} {{< fa brands creative-commons-nc >}}
[Creative Commons Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/)
right: |
Made with {{< fa brands r-project >}} and [Quarto](https://quarto.org/)<br>
[View the source at {{< fa brands github >}} GitHub]({{< var course.github >}})
format:
html:
theme:
- litera
- html/custom.scss
toc: true
highlight-style: monokai