Dear Statalists,
I am trying to find the proper package for conducting fuzzy RDD using panel data. The model is constructed as such:
The point here is that V is also a binary variable(0 or 1). So, I want to conduct a logit or probit estimation for that. However, I couldn't find the way.
The syntaxes listed below were what I've tried, but I couldn't make it to find the syntax that meets three conditions needed: treatment variable(binary instrument variable; binary dependent variable; panel data.
a. xtivreg: dep var cannot be binary
b. etregress: dep var cannot be binary, not with panel data
c. xtlogit: cannot consider treatment effect
d. rdrobust with fuzzy option: not with panel data
Thanks a lot for your generous help in advance.
I am trying to find the proper package for conducting fuzzy RDD using panel data. The model is constructed as such:
- R* = theta_0 + theta_1*(x-c) + theta_2*Z + theta_3*X + u(error term)
- R = 1[R*>0]
- V = alpha + tau*R + beta*(x-c) + gamma*(x-c)*R + phi*Z + epsilon(error term)
The point here is that V is also a binary variable(0 or 1). So, I want to conduct a logit or probit estimation for that. However, I couldn't find the way.
The syntaxes listed below were what I've tried, but I couldn't make it to find the syntax that meets three conditions needed: treatment variable(binary instrument variable; binary dependent variable; panel data.
a. xtivreg: dep var cannot be binary
b. etregress: dep var cannot be binary, not with panel data
c. xtlogit: cannot consider treatment effect
d. rdrobust with fuzzy option: not with panel data
Thanks a lot for your generous help in advance.
Comment