-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.rmd
28 lines (18 loc) · 987 Bytes
/
README.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
---
title: "Causal Inference - Coursework"
author: |
Jacob Edenhofer
date: |
First edited: 27 December 2022<br>Last edited: `r format(Sys.time(), '%d %B %Y')`
output: github_document
pandoc_args: --webtex
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Overview
This repository contains three substantively important files:
+ The `general_intro.md` file contains fairly detailed explanations of some of the most commonly used micro-econometric methods.
- I introduce these methods by replicating the results of well-known political science and economics papers. Doing so is, I hope, more engaging than providing purely abstract explanations.
+ All of the datasets I use for replication are saved in the `Data` folder.
+ The papers discussed in `general_intro.md` are located in the `Papers` folder. All of these are classics that are well worth reading, even if the specific question they examine lies outside your primary area of interest.