>Controlling for a collider leads to correlation This is a big one that most people are not aware of. Quite often, in economics, medicine, and epidemiology, you'll see researchers adjust for everything in their regression model: income, physical activity, education, alcohol consumption, BMI, ... without realizing that they could easily be inducing collider bias. A much better, but rare, approach is to sit down with s…
Seven basic rules for causal inference
51–60 of 71 posts
Re: Seven basic rules for causal inference
#52Earlier quoted context omitted.
This isnt a correction to your post, but a clarification for other readers: correlation implies dependence, but dependence does not imply correlation. Conversely, two variables share non-zero mutual information if and only if they are dependent.
Could you give some examples of dependence without correlation?
https://mixtape.scunning.com/01-introduction#do-not-confuse-...
Re: Seven basic rules for causal inference
#53This is missing my favourite rule. 0. The directions of all arrows not part of a collider are statistically meaningless.
What's not part of a collider? Good luck with your memory in that case.
(bushy trees, of which there are very many compared with linear ones, would be an instance of Gwern's model* of confounds being [much] more common than causality?)
Re: Seven basic rules for causal inference
#54This is brilliant. The whole causal inference thing is something I only came across after university, either I missed it or it is a hole in the curriculum, because it seems incredibly fundamental to our understanding of the world. The thing that made be read into it was a quite interesting sentence from lesswrong, saying that actually the common idea that correlation does not imply causation is wrong. Now it's not wr…
When did you go to university? The terminology here came from Pearl 2000, and it probably took years and years after that to diffuse out.
Re: Seven basic rules for causal inference
#55Start it in the terminal by typing:
R
Copy/paste the code from the article to see it run!Re: Seven basic rules for causal inference
#56Humble reminder of how easy R is to use. Download and install R for your operating system: https://cran.r-project.org/bin/ Start it in the terminal by typing: R Copy/paste the code from the article to see it run!
Re: Seven basic rules for causal inference
#57Humble reminder of how easy R is to use. Download and install R for your operating system: https://cran.r-project.org/bin/ Start it in the terminal by typing: R Copy/paste the code from the article to see it run!
Can't use R without RStudio. It so much better than the terminal.
Re: Seven basic rules for causal inference
#58Earlier quoted context omitted.
What's not part of a collider? Good luck with your memory in that case.
I'm guessing they mean that given a bunch of correlated nodes but no collider (in which case the casual graph must be a tree of some sort) you not only don't know if the tree be bushy or linear, you don't even know which node may be the root. (bushy trees, of which there are very many compared with linear ones, would be an instance of Gwern's model* of confounds being [much] more common than causality?) * https://new…
Re: Seven basic rules for causal inference
#59> Rule 8: Controlling for a causal descendant (partially) controls for the ancestor perhaps this is a quaint or wildly off base question, but an honest one, please forgive any ignorance: Isn't this essentiallydefining the partial derivative? Should one arrive at the calculus definition of a partial derivative by following this?
The technical meaning of that sentence has to do with probability theory (probability distributions, correlation, conditionals), and not so much calculus (differentiable functions, limits, continuity).
Re: Seven basic rules for causal inference
#60Earlier quoted context omitted.
This isnt a correction to your post, but a clarification for other readers: correlation implies dependence, but dependence does not imply correlation. Conversely, two variables share non-zero mutual information if and only if they are dependent.
Could you give some examples of dependence without correlation?