Hi All,
I am using CSDID command, I have unbalanced panel data on more than 3000 firms from 1988-2020, since some of the ids were treated in the first year itself i.e., 1988, i constructed the clone year of 1987 where no ids were treated. Now when I use the command some of the results for years omitted.
if possible can you please help me with this.
Below is the command i am using:
set seed 1
gen sample = runiform()<.9
csdid lnirddintensity lnipd if sample==1, ivar(id) time(year) gvar(treat) method(reg)
i have also used the default method but getting the issue.
@FernandoRios
I am using CSDID command, I have unbalanced panel data on more than 3000 firms from 1988-2020, since some of the ids were treated in the first year itself i.e., 1988, i constructed the clone year of 1987 where no ids were treated. Now when I use the command some of the results for years omitted.
if possible can you please help me with this.
Below is the command i am using:
set seed 1
gen sample = runiform()<.9
csdid lnirddintensity lnipd if sample==1, ivar(id) time(year) gvar(treat) method(reg)
i have also used the default method but getting the issue.
@FernandoRios
Comment