Understanding the significance of causal estimates #617
tusharagarwal-zomato
started this conversation in
General
Replies: 1 comment
-
Hi, @tusharagarwal-zomato . I have been working on a very similar use case to as you seem to have mentioned here and these are almost the exact issues that I am facing. Please do share any insights that you might have had gathered meanwhile. |
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
-
Hi,
I am new to causal learning and I am exploring dowhy currently.
I need some help in understanding the significance of the numbers returned during the third step of the process, i.e estimating the effect.
I am running my analysis on a simple graph with no confounders and instrumental variables and there are 4 variables that are all connected to the outcome. I am trying to understand the effect of one of them on the outcome variable.
my graph can be assumed to look like this:
{x1 -> y, x2 -> y, x3 -> y, x4 -> y }
Please note that Xi and y are all continuous variables which haven't been scaled.
Let's say I am trying to understand the causal effect of x1 on y.
The method I use is backdoor linear regression and my causal estimate is -0.46. I calculated the correlation between the x1 and y.. it came out to be a positive 0.16. Similarly, I tried to fit a simple LR on the data, the coefficient of x1 in that case is around 0.06.
(PS: I will add the confounding variables and other variables in my graph. These questions are purely from academic pursuit. Starting with an easier model so that it is easy to learn concepts)
Beta Was this translation helpful? Give feedback.
All reactions