Dear all, I try to use the command reghdfe to estimate the following fixed effect model:
Array
My stata code is
reghdfe delta_Y delta_X delta_Z if (year==2000|year == 2005|year == 2010) [aweight=population], absorb(city_year) cluster(city_year)
However, the system reports the error message:
(dropped 360 singleton observations)
insufficient observations
r(2001);
I click the link of the error message and convert to the website about Singletons, Cluster-Robust Standard Errors: http://scorreia.com/research/singletons.pdf
I can't fully understand the error message and how should I fix the code above?
Related Posts with Singletons, Cluster-Robust Standard Errors in reghdfe
compare entire columns in a dta file and create a new column based on the resultHello all, Can some help me with this. I have few columns to compare and generate a new column base…
LR intervalDoes anyone have code for estimating the interval Likelihood ratio? I have done some analyses using …
ppmlhdfe error when no independent variable is includedDear STATA community, I run into error when I run ppmlhdfe with no independent variable. For exampl…
ranking and creating a dummy variable based on quantilesHello, I have this panel data. Array I want to rank the variable (REV_CH_mean5) within each indust…
making graphs into APA 7th formatHi again, Does anyone know how to edit/export graphs such as plots into APA 7th formatting? The Grap…
Subscribe to:
Post Comments (Atom)
0 Response to Singletons, Cluster-Robust Standard Errors in reghdfe
Post a Comment