Hello all,
Currently busy writing my thesis. I am using an RD design to infer the effect of a certain treatment on economic performance of regions. Not all regions receive treatment in the same year, which i why i need to include time-effects (year as a control variable).
However, when i write the code below i receive the following error time and time again:
rdrobust gdpa eventtime, c(0) covs == year
option covs not allowed
gdpa is my dependent variable and eventtime my running variable (0=year of treatment).
Can anyone help me out with this issue?
Currently busy writing my thesis. I am using an RD design to infer the effect of a certain treatment on economic performance of regions. Not all regions receive treatment in the same year, which i why i need to include time-effects (year as a control variable).
However, when i write the code below i receive the following error time and time again:
rdrobust gdpa eventtime, c(0) covs == year
option covs not allowed
gdpa is my dependent variable and eventtime my running variable (0=year of treatment).
Can anyone help me out with this issue?
Comment