Replies: 2 comments
-
|
Nevermind, I think I got the textbook answer wrong :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @kiroah, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm wondering if someone can shed some light on my question regarding ATE (average treatment effect).
So I believe the textbook answer of ATE when using logistic regression is the coefficient of the treatment variable (in log-odds). I am comparing the ATE output from the estimate summary with the underlying model's (estimate.estimator.model) coefficient and it doesn't match, even if I convert the log-odds to odds.
My guess is that DoWhy is calculating the ATE by getting the difference of outcome when the treatment value is fixed as 1 VS 0 (both the outcome and treatment is binary in my case) for each row and getting the average, which is essentially the same as what S-learner does.
I want to confirm this is the case. I did some testing myself by creating a logistic regression model manually and doing the same, but I have tiny differences so just wanted to get another opinion.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions