Hi,
I am using a panel data set that is unique on municipality and year and using the following code:
where origmun is the municipality ID. I want to include a variable measured at the municipality level and add fixed effects at a higher admin (department) level but when I try to do this it omits the municipality level. Is xtivreg2 not the right command for this?
Thanks
I am using a panel data set that is unique on municipality and year and using the following code:
Code:
tsset origmun year, yearly xi: ivreg2 y (x z) , cluster(origmun) fe
Thanks