Causal Inference in R: Introduction
> who_are_we(c("lucy", "malcolm", "travis"))
The three practices of analysis
- Describe
- Predict
- Explain
Normal regression estimates associations. But we want counterfactual, causal estimates:
What would happen if everyone in the study were exposed to x vs if no one was exposed.
For causal inference, we need to make sometimes unverifiable assumptions.
Today, we’ll focus on the assumption of no confounding.
Causal Inference in R: Introduction