Sept 2026
\[X \rightarrow Y\]
\[X \rightarrow Y\]
We mostly focus on causal claims. Even claims we think of as descriptive are often causal claims.
\[X \rightarrow Y\]
Names for \(X\): independent variable, explanatory variable, input, exogeneous variable, cause, driver, right hand side variable
Names for \(Y\): dependent variable, output, outcome, endogenous variable, left hand side variable
Both implicitly have a location and a timestamp: “\(Y=1 \Leftrightarrow\) The US was a democracy in 2000”
And:
“It’s hard to assess the effect of military service on future earnings because of individual characteristics that might explain both. But date of birth affects the chances of serving and so can be used to recover estimates of service on earnings.”
Here is a complete, albeit barebones (and possibly incorrect), argument:
Say I and G are positively correlated. Does this mean that I causes G?
Say I and G are negatively correlated. Does this mean that I does not cause G?
How might you estimate the effect of I on G?
How does C help establish the link between I and G?
Where is the theory? Is in equivalent to the graph or is it something else that generates the graph?
How might you check if the proposed theory is correct?
Which of the counterarguments are strong and why?
Four arguments. For each one you should identify the:
In developing countries that discover natural resources, such as oil, the ruling elite can extract wealth without needing to tax citizens and develop the state apparatus. Because the state does not rely on taxation for government revenue, it does not need to set up accountability structures or extend its reach and citizens do not feel that they have ownership over the state. The state therefore becomes both less democratic and weaker than if it had not discovered the resources.
Rich countries are more likely to be democratic for the simple reason that when people become wealthier they refuse to be dictated to by others and they demand a role in government. The marginal effects of income increases are greater for poorer countries because the impacts on eduction are greatest at these levels. You can test this proposition by exploiting natural variation in commodity prices which provide shocks to national income, especially for countries dependent on primary commodity exports.
When countries increase trade (imports and exports), the returns to economic factors (such as labor, land and capital) are affected differently. Specifically, the returns to factors that are the most abundant are positive, while the returns to factors that are the most scarce are negative. Therefore, the relative factor endowments of a country will predict what sort of political coalitions will form (eg Land versus Labor + Capital) and which groups will favor free trade policies.
In democratic states, leaders are accountable for any losses incurred as a result of the wars that they enter into. Two states with democratic leaders are also more likely to share a common set of norms, and to engage in trade with one another. Therefore, two democracies are far less likely to enter into war with one another than a democracy and a non-democracy, or two non-democracies.
You don’t need them, but stating expectations in terms of hypotheses provides discipline to a research project.
Hypotheses are statements about the world that you seek to reject
A good hypothesis is simple and falsifiable
A \(p\) value is the probability of data like what you see under some particular hypothesis
Consider these:
Now:
Because of an unusual convention, social scientists often describe hypotheses in terms of what they expect but then test the null hypothesis of no effect
eg:
So: the average treatment effect is just the average of the differences between the what the outcome would be in treatment and what the outcome woud be in control for each unit. It is unfortunately not measurable!
We want to estimate: \[\frac1n\sum_i(Y_i(1) - Y_i(0))\]
We estimate using: \[\frac1{n_t}\sum_{i \in T}Y_i - \frac1{n_c}\sum_{i \in C}Y_i\]
This works because, with randomization \(\frac1{n_t}\sum_{i \in T}Y_i = \frac1n\sum_i((Y_i(1))\) in expectation – that is, on average the sample average is the population average. Similarly \(\frac1{n_c}\sum_{i \in C}Y_i = \frac1n\sum_i((Y_i(0))\) in expectation.
“The difference in averages is the same as the the average of differences”
Difficulties once assignment is related to potential outcomes.
Randomization is not required for causal inference.
But without it you need some alternative argument for why your estimates from the treatment group capture what would occur in the control group if they were treated (and vice versa)
What’s more you will need a model:
Randomization provides a very useful benchmark. Other strategies seek to approximate the magic of randomization:
Key idea is to figure out effects conditional on the values others nodes my take.
Our problem:
Key idea is to figure out effects conditional on the values others nodes my take.
Our solution:
\[X \rightarrow Y \>\>\> \> (\text{given }W = 0)\] \[X \rightarrow Y \>\>\> \> (\text{given }W = 1)\] We can estimate effects within similar sets and then average the results (weighting by the size of the sets)
e.g. compare units in which the margin of victory was 1 vote for democrats against those for which it was -1. We expect that these are approximately identical, on average, is all regards and get an estimate of the effect of victory on some outcome at the threshold
…pulls a lot of these elements of a design together
Four elements of any research design:
M: DAGs, game theoretic modelsI: ATEs, CATEs, COEs, modelsD: Sampling schemes, assignment schemes, text analysis, interviewA: Experiment, observational, quantitative, qualitative:
Declaration: Telling the computer what M, I, D, and A are.
Diagnosis: Estimating “diagnosands” like power, bias, rmse, error rates, ethical harm, amount learned.
Redesign : Fine-tuning features of the data and answer strategies to understand how they change the diagnosands
Different sample sizes
Different randomization procedures
Different estimation strategies
Implementation: effort into compliance versus more effort into sample size
https://macartan.github.io/teaching/how-to-write
Classic structure
Always work from a folder where your work automatically backs up.
Have analysis files integrated with writing files
qmd fabulous for thisBe able to replicate all data work and analysis with one click
Outsource formatting.
tex, .qmd automatically format. If you use Word, use their “Styles”@putnam2000bowling (in qmd) which produces Putnam (2000) and handles the formatting. Other tools work similarly. Don’t do this by hand.Have all files: writing, files, data files, additional analysis files or images, etc in a single directory with relative references
0_archive and backup old copies regularly (not so important if you have good versioning; I often label backup files with date: 20201005_paper.qmd)See examples in sample_project or student folders
Do not outsource your thinking
Follow general TCD policy
You will be questioned on your analyses, your knowledge of literatures, your results and how to interpret them; you will need to understand them thoroughly and be able to defend your choices.
Most important principle is that you can vouch for everything that you submit. No references to articles you have not read. No arguments or methods you do not understand. No text you have not reviewed.
Design:
Blair et al. (2023), King et al. (2021)
Writing: