-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.rmd
58 lines (48 loc) · 1.66 KB
/
index.rmd
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
---
title: "Overview"
author: "Christoph Hanck"
date: '`r Sys.Date()`'
output:
xaringan::moon_reader:
seal: false
includes:
in_header: "assets/meta.html"
self_contained: false # if true, fonts will be stored locally
lib_dir: libs
css: ["default", "assets/ude_fonts.css", "assets/ude.css", "assets/custom.css", "assets/title_slides.css"]
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
ratio: "16:9"
---
class: title-slide title-index
.font80[
# Causal Analysis
### (Kausalanalyse)
.pull-left[
<ol start=0>
<li> <a href="Introduction/Introduction.html">Introduction</a></li>
</ol>
**Research Design**
2. [Research Questions](ResearchQuestions/ResearchQuestions.html)
3. [Identification](Identification/Identification.html)
4. [Causal Diagrams](CausalDiagrams/CausalDiagrams.html)
5. [Drawing Causal Diagrams](DrawingCausalDiagrams/DrawingCausalDiagrams.html)
6. [Causal Paths](CausalPaths/CausalPaths.html)
7. [Front Doors](FindingFrontDoors/FindingFrontDoors.html)
8. [Treatment Effects](TreatmentEffects/TreatmentEffects.html)
]
.pull-right[
**Econometric Toolbox**
<ol start=8>
<li><a href='Matching/Matching.html'>Matching</a></li>
<li><a href='Simulation/Simulation.html'>Simulation</a></li>
<li><a href='FixedEffects/FixedEffects.html'>Fixed Effects</a></li>
<li><a href='EventStudies/EventStudies.html'>Event Studies</a></li>
<li><a href='DiD/DiD.html'>Difference-in-Differences</a></li>
<li><a href='IV/IV.html'>Instrumental Variables</a></li>
<li><a href='RDD/RDD.html'>Regression Discontinuity</a></li>
<li><a href='FurtherTopics/FurtherTopics.html'>Further selected topics</a></li>
</ol>
]]