Hello all!
I am working through a staggered did model where I am looking at the impact of policy implementation (VarA) on total real dollars (VarB) in a panel dataset. When I try to run csdid everything is being committed.
So far, here is what I have tried:

I first tired adjusting my variable based on inflation-generating adjtotaldollars but the results were the same. I also did log of the variable and std(totaldollars) but all resulted in the same.
Here is the xtreg results:



Any help or ideas would be greatly appreciated!
I am working through a staggered did model where I am looking at the impact of policy implementation (VarA) on total real dollars (VarB) in a panel dataset. When I try to run csdid everything is being committed.
So far, here is what I have tried:
Code:
csdid totaldollars, ivar(state) time(year) gvar(treatmentyear) method(dripw)
I first tired adjusting my variable based on inflation-generating adjtotaldollars but the results were the same. I also did log of the variable and std(totaldollars) but all resulted in the same.
Here is the xtreg results:
Any help or ideas would be greatly appreciated!
Comment