I am using the Stata rdrobust command for RDD analysis, aiming to perform a two-stage analysis. The first stage is to model the probability of receiving the treatment at cut-off and the second stage is to use the predicted value of the treatment variable on my dependent variables. I am taking a log of the forcing variable to remove skewness in the distribution.
Assume cut-off value is "C", "X" is forcing variable, "T" is treatment, "Y" is my dependent variable. I do not explicitly specify bandwidth and the command uses MSE optimal data-driven bandwidth selection algorithm. Regression fit is local linear polynomial.
I have tried two kinds of argument specifications in the rdrobust command:
Specification 1: I calculate cut_off_margin as log(X) - log(C) (i.e. distance between forcing variable and cut-off in terms of log difference). Here, command uses zero cut-off.
command: rdrobust Y cut_off_margin, fuzzy(T) p(1) c(0)
Specification 2: In this specification, the log of forcing variable "X" and log of cut-off "C" is directly passed onto the command. So, cut-off is not relative to zero.
command: rdrobust Y log(X), fuzzy(T) p(1) c(log(C))
There is some difference in output between specification 1 and 2 (both are in log scale). Could someone provide any insights about how is specification 2 handled by rdrobust? I thought that specification 2 should be handled in same as specification 1.
Is there any suggestions about which specification is more precise while using this STATA command?
Related Posts with Question about STATA RDROBUST command usage (Regression Discontinuity Design)
How can I conduct Fixed Effect test in a panel with heteroskedasticity and AR(1)? Note that my panel has N<TIf N>T then vce can do the trick. xtregar can solve the AR(1) but how can I take care of both whe…
Instead of IV, can I simply run an OLS with the compliers?Imagine that I have a dummy variable that is a proper instrument. It identifies which observations o…
Panel data for for asset pricing modelsHi, Im working on my masters thesis. I have unbalanced panel data, for about 1550 individial mutual …
Calculating indirect effects for model with multiple mediators of which only SOME are binaryDear All, Slowly going mad as to how to calculate indirect effects for my mediation model with a co…
xtlogit or pooled logit with repeated cross sectionsDear all, I read a lot of the posts here about this topic but I got confused about something. So I w…
Subscribe to:
Post Comments (Atom)
0 Response to Question about STATA RDROBUST command usage (Regression Discontinuity Design)
Post a Comment