Dear Stata users,
I am trying to estimate the impact of water quality on child health in 3 Asian countries. I am using 2SLS as we assume X is endogenous. Code I am using is
ivreg2 chdiarrhea (hh_ecoli= imp_wtr ) child_agemo child_male HH51 mo_age mo_edu hh_edu hh_sex rural i.windex5 dist_slop_avg dist_rain dist_pop dist_ temp dist_road i.country#i.year, cluster(cluster)
Do i need to ask do I need to add more fixed effects as my IV is district level and I use country# year fix effects.
If I try to add i.district or i. province, i have colliniarty and also for i.district my IV drops.
Moreover, i try to use i.cluster (village) in OLS bit i have colliniarity issue and 1 country and year is dropped. In ivreg2 command adding i.cluster, state keeps on working and does not generate any result.
Can i proceed with current model without adding other fix effects as i have added other district level characteristics as controls (e.g temperature, rainfall, economic status, population, area, slope etc)
Thank you!
Related Posts with cluster/village fix effects
How to create and define 30 minutes interval data in Stata?Dear user, My data is 30 minutes interval. I want to declare as time series. For daily time series d…
categorizing continuous dataHello, I would be super grateful for some help with the following scenario Maternal obesity is cons…
Generating a new variable that is the sum of each value of a different variableHello. This seems like it would be straightforward but as an advanced beginner I am having a hard ti…
How to make this type of graph?Hello guys, Do you have any idea how to make the chart below? It is a histogram of frequencies of …
profileplotHi, I'm using Stata version 11, and despite repeated attempts, unable to download the profileplot pr…
Subscribe to:
Post Comments (Atom)
0 Response to cluster/village fix effects
Post a Comment