Hi,
I am using panel data about women's wellbeing and influencing factors, therefore, I have been using a fixed effects panel regression (xtreg..., fe cluster(pidp)) so far.
To establish causality I am trying to use an IV regression. I assume that I need to account for the panel nature and fe, so so far have used the following regress:
xtivreg $Y1 $X1 ($Y2 = $X2), fe
Where Y1 is the dependent variable (life satisfaction)
X2 is the endogenous variable (housewife)
X1 are controls (marital status, children, region, income, year, age)
X2 is the instrument (gender employment ratio by region and year)
I have seen that there is also a regression for IV that accounts for the endogenous variable being binary, which mine is, using treatreg $Y1 $X1, treat($Y2 = $X2 $X1), which makes the first stage probit. However, this does not account for fe, please could someone help by providing guidance on which is the best method to use?
I have some other job status' as well, (unemployed, part-time, full-time), do these need to be included in the iv regressions? Or are they accounted for as '0' in the binary variable 'housewife'?
Many thanks,
Ash
Related Posts with IV using panel data and fixed effects
Creating a pooled variable with survey dataHello Everyone, I am using a large survey (non panel) data set and would like to restructure multip…
Problem with xtserialHi everyone, I am running a fixed-effects model with robust standard errors and I'd like to test for…
How could I change the color on a scatter plot based on conditions?Basically I want to change the color of everything with a value greater than x, and also add label t…
repeated time values within panelHi all, I have sectoral data (isiccomb1) per year and country. I am getting the error message "repe…
what did Stata do when we run a regression on unbalaned data?I am learning how to run a difference in difference model, and my code is areg y treat1996-evergm199…
Subscribe to:
Post Comments (Atom)
0 Response to IV using panel data and fixed effects
Post a Comment