First, how to recognize the type of RDD?
Is that like this: (in my model, the treatment var is Dibao and the running var is lnscore)
gen newdibao=(lnscore>0.5)
tab newdibao dibao
and the result is like this
| dibao
newdibao | 0 1 | Total
-----------+----------------------+----------
0 | 27,335 591 | 27,926
1 | 61,933 996 | 62,929
-----------+----------------------+----------
Total | 89,268 1,587 | 90,855
so, from this table, it is a fuzzy RDD. Is that right?
Second, it is about the graphs after running rdplot command, if the trends of lines are different between before and after the threshold, can I say that this dependent variable cannot be chosen in RDD?
Third, it is about the logic of RDD in the paper. I am confused about the logic while writing a paper using RDD as a model.
Is that "check if it is a sharp or fuzzy RDD -> draw the twoway or plot graph by using twoway or rdplot-> run the regression by using rd command -> do the robustness check (find the discontinuity arount the cutoff, find the optimal bandwidth, and find the sensitivity of the obs...)"
Please tell me, thanks.
Related Posts with About the Regression Discontinuity Design Prolems
Funnel plots for one arm proportion meta analysisHi, I am performing an one-arm proportion metanalysis of incidence studies. Using this command "me…
"relative improvement over chance" - modified Kappajust wondering if anyone has, or knows of, a program to calculate the "relative improvement over cha…
Non-negative continuous right-skewed (zero-inflated) panel data analysisCurrently I am using Code: xtreg, fe vce(cluster ID) in Stata/MP 14.2 with panel data with 42 entit…
Generating new variable - Qualtrics exportI am generating a new variable based on existing variables in my dataset which were exported from Qu…
Checking for Assumptions before running a fe panel data model (Data Diagnostics)Hi, I am using panel data with 820 companies across 19 years (i.e. 15580 observations) and each obs…
Subscribe to:
Post Comments (Atom)
0 Response to About the Regression Discontinuity Design Prolems
Post a Comment