Hello Statalist-Forum,
I was wondering if you could help me with a problem:
I have a continous outcome variable (a health score) and information about incidents per governorate in a country. I want to describe the realtionship between those two (obviously adding more variables at another point).
My question: Do I include fixed governorate effects in this regression, eventhough it is on the exact same level (a dummy for all the governorates)? Additionally, do I cluster the SE?
Basic Code:
reg health incidents
1. alternative
reg health incidents i.governorate
2. alternative
reg health incidents i.governorate, vce(cluster gov)
Like I said, the information on the incidents are also on the governorate level (one number for each governorate).
It feels that this would create somewhat a problem or a circular thing. However I can not explain to myself econometrically if this really states a problem or if this is fine.
Thank a lot in advance
Related Posts with Clustered Errors and fixed effect on the same level
Loop to create new variablesDear All I am working on a data set where I have to create (project) variables for age and position…
output from outreg2.Dear All, With given data, I run the following regressions and use (ssc install) outreg2 to construc…
Creating a day variableI want to create a continuous day variable from January 1, 1991, to June 12, 1991. For instance, I e…
Replacing dummy variable value to one for the following daysHi Statalist, I am working on air pollution alert data and wondering how to make dummies (or replac…
interaction variable with i. operatorI want to run the following regression Code: reghdfe ABPROD BORDERLINE POST BORDERLINE_POST i.sic…
Subscribe to:
Post Comments (Atom)
0 Response to Clustered Errors and fixed effect on the same level
Post a Comment