Hi all,
I have a resarch setting in which we have strong theoretical support that the effect of X (variable of interest) on Y (the dependent variable) is conditional on threshhold of Y. For instance, we speculate that the effect of X on Y depends on whether Y is positive or negative according to the prospect theory. Per my own knowledge, the most intuitive research design is the following:
In which
.
The model will be estimated by OLS. I can mathmatically prove that when E[u|X] = 0 holds, then E[u|X*Z] = 0 holds (check the link here). I have two questions regarding this approach:
1, Can I use this research design judging from the causal inference perspective or more generally, the econometrics perspective?
2, Is there any research papers that use such a design?
I have a resarch setting in which we have strong theoretical support that the effect of X (variable of interest) on Y (the dependent variable) is conditional on threshhold of Y. For instance, we speculate that the effect of X on Y depends on whether Y is positive or negative according to the prospect theory. Per my own knowledge, the most intuitive research design is the following:
Code:
Y ~ X + Z + X* Z + u
Code:
Z = 1 if Y > 0, Z = 0 otherwise
The model will be estimated by OLS. I can mathmatically prove that when E[u|X] = 0 holds, then E[u|X*Z] = 0 holds (check the link here). I have two questions regarding this approach:
1, Can I use this research design judging from the causal inference perspective or more generally, the econometrics perspective?
2, Is there any research papers that use such a design?
Comment