Dear all,
I have a firm level data (at id level) and I would like to use instrument2 as an instrument for sp_city_10t.
My instrument is at city level.
I estimate the following regression
xtset id year
xtivreg `var' i.year i.il_kodu (sp_city_10t=instrument2) , fe vce(cluster id)
I am wondering
I have a firm level data (at id level) and I would like to use instrument2 as an instrument for sp_city_10t.
My instrument is at city level.
I estimate the following regression
xtset id year
xtivreg `var' i.year i.il_kodu (sp_city_10t=instrument2) , fe vce(cluster id)
I am wondering
- what other additional test I have to do to make sure that my instrument is valid
- what is the difference if I use xtivreg2 instead of xtivreg?
Comment