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
Panel Data: Rolling window; fixed effects regression; saving coefficients and predicted residualsHi, I have an unbalanced panel dataset with daily (financial) data for ±500 companies. The followi…
Export xtsum output (using asdoc)Good morning, I am trying to export the result of an xtsum command using asdoc but the Word output …
Store a valueHello, let's say I have a variable x with data from 1 to 10. How can Stata save the maximum of x (1…
Rowtotal of Multiple Variables Conditional on Other Variables being equalHi all, Below is my data: Code: dataex ID emplperjob1 job1 input str8 ID int emplperjob1 str80 jo…
Interpretation of a survival time modelHello there, I'm working with Panel data for the first time and I do not understand the output. So I…
Subscribe to:
Post Comments (Atom)
0 Response to Clustered Errors and fixed effect on the same level
Post a Comment