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
destring, ignoreI have been trying for hours and also searching for assistance on using the destring, ignore command…
forvaluesI ran the following command forvalues state_num = 1 (1) 51 { reg edge percentFRL } Trying to run t…
Goodness of fit binairy logistic panel regression?Good day, I am trying to compare the goodness of fit of 6 different models (binary logistic panel re…
Date format questionHello, I'm trying to merge two datasets using a variable called sur_mon_yr that is month/year. E.g. …
How to use e in stata?Hello every one. How can i run this equation in stata? 1/(1+e-x) I can calculate x separately, …
Subscribe to:
Post Comments (Atom)
0 Response to Singletons, Cluster-Robust Standard Errors in reghdfe
Post a Comment