Hi,
My running variable is the price ratio, a continuous variable that is equal to the average quarter share price / recent offering price. In my case, the cutoff point is "1" (when the average quarter share price becomes equal to the recent offering price).
For testing the manipulation in my running variable, I used the following McCrary test command in STATA:
rddensity PriceRatio, plot c(1) p(1)
But, my supervisor suggested: The denominator (last offer price) is endogenous to earlier timing and may mechanically create mass around ratios near 1. So, also testing for heaping at round numbers, which enhances the quality of the analysis.
MY QUESTION(s): 1) What is testing heaping at round numbers, and why do we test this?
2) Please suggest to me the actual codes/commands that I used to test the heaping at the round number based on the above case.
Thanks
My running variable is the price ratio, a continuous variable that is equal to the average quarter share price / recent offering price. In my case, the cutoff point is "1" (when the average quarter share price becomes equal to the recent offering price).
For testing the manipulation in my running variable, I used the following McCrary test command in STATA:
rddensity PriceRatio, plot c(1) p(1)
But, my supervisor suggested: The denominator (last offer price) is endogenous to earlier timing and may mechanically create mass around ratios near 1. So, also testing for heaping at round numbers, which enhances the quality of the analysis.
MY QUESTION(s): 1) What is testing heaping at round numbers, and why do we test this?
2) Please suggest to me the actual codes/commands that I used to test the heaping at the round number based on the above case.
Thanks

Comment