Hello @FernandoRios
I am estimating the effect of a policy at the state level using a balanced panel of states. The policy implementation falls under the case of staggered diff-in-diff. My issue is I would like to use csdid however I doubt if my sample size is large enough.
Below is a distribution of the year and gvar() .
When I run the csdid command everything runs well without an issue but I wonder if I can trust my estimates given the sample size. I have seen some studies published with smaller samples.
I am estimating the effect of a policy at the state level using a balanced panel of states. The policy implementation falls under the case of staggered diff-in-diff. My issue is I would like to use csdid however I doubt if my sample size is large enough.
Below is a distribution of the year and gvar() .
Code:
tab year ban_date
| ban_date
year | 0 2008 2009 2010 2011 2016 2018 2019 | Total
-----------+----------------------------------------------------------------------------------------+----------
2006 | 37 1 1 1 1 1 1 1 | 44
2007 | 37 1 1 1 1 1 1 1 | 44
2008 | 37 1 1 1 1 1 1 1 | 44
2009 | 37 1 1 1 1 1 1 1 | 44
2010 | 37 1 1 1 1 1 1 1 | 44
2011 | 37 1 1 1 1 1 1 1 | 44
2012 | 37 1 1 1 1 1 1 1 | 44
2013 | 37 1 1 1 1 1 1 1 | 44
2014 | 37 1 1 1 1 1 1 1 | 44
2015 | 37 1 1 1 1 1 1 1 | 44
2016 | 37 1 1 1 1 1 1 1 | 44
2017 | 37 1 1 1 1 1 1 1 | 44
2018 | 37 1 1 1 1 1 1 1 | 44
2019 | 37 1 1 1 1 1 1 1 | 44
-----------+----------------------------------------------------------------------------------------+----------
Total | 518 14 14 14 14 14 14 14 | 616

Comment