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
quadratic growth model in gsem: estimation problemsI am trying to estimate a quadratic growth model using gsem, and am encountering convergence difficu…
AIC and BIC what is a low value ?A reviewer of my paper ask me the following question . The paper is about a model to predict complic…
Code works on its own but not in a for loopI'm trying to do some data scraping from a bunch of related websites (they are different NFL team ro…
Creating a new variable comparing two othersHi, I've information about ID's current and previous city of residence. I want to create a new varia…
String into numerical but didn't work. destring ANOPRIDI, generate (date_dx) ANOPRIDI: contains nonnumeric characters; no generate . d A…
Subscribe to:
Post Comments (Atom)
0 Response to Singletons, Cluster-Robust Standard Errors in reghdfe
Post a Comment