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)
rename variablesI am poor at Stata coding. I would like to rename from "logind1-logind84" to " logcoefstandind101, l…
Interval censored survival using aggregate dataHello, I've got data on vials of drosophila infected with a virus. Then at each time point, I recor…
generate a value indicating how many time a situation happens before the specific dateHello everyone in the community! Sorry to have some problems with the same data again , thanks agai…
Changing a binary policy variable shifting it to next year for repeated cross section data I've enlisted policy as a binary variable which I need to take 1 year forward. Like in my data for …
Kaplan Meier survival description output - no median resulthi all, I am using Stat 16 on Mac. I am calculating Kaplan Meier survival curves for 2 groups of pat…
Subscribe to:
Post Comments (Atom)
0 Response to Question about STATA RDROBUST command usage (Regression Discontinuity Design)
Post a Comment