matheusfacure / python-causality-handbook

Causal Inference for the Brave and True. A light-hearted yet rigorous approach to learning about impact estimation and causality.
https://matheusfacure.github.io/python-causality-handbook/landing-page.html
MIT License
2.77k stars 482 forks source link

Issue on page /05-The-Unreasonable-Effectiveness-of-Linear-Regression.html #413

Open illiapolovnikov opened 2 months ago

illiapolovnikov commented 2 months ago

Right after the formula for \kappa, the following sentence reads "where ~T is the residual from a regression of all other covariates X_1i+...X_ki on T." I think it should be the other way around, " .. from a regression of T on all other covariates X_1i+...X_ki."