Hello,
I am running a model to find the effect of corurption on GDP in across Italian regions using panel data. I have found endogeneity between corruption and GDP growth,hence I am trying to use either fixed effects with instrumental variables or OLS with dummy variables.
As for the first case, I am having difficulties when specifying the following:
--> specification 1:
GDP growth= population growth + human capital + public investment + Corruption + Corruption ^2 + log of the lagged GDP pro capite
My coding is:
xtivreg Ygrowth I H logYlevel_1 n (Cor Cor2=Cor_1 Cor_12),fe vce (robust)
where Cor2=Cor^2 and Cor_12=(Cor_1)^2
- however, STATA says that Cor^2 is omitted because of collinearity. why is that the case?
--> specification 2:
GDP growth= population growth + human capital + public investment + logCorruption + log of the lagged GDP pro capite
My coding is:
xtivreg Ygrowth I H logYlevel_1 n (logCor= logCor_1 ),fe vce (robust)
- however, this results in everything being insignificant although I had found the following specification to be significant: xtivreg Ygrowth I H logYlevel_1 n (Cor= Cor_1 ),fe vce (robust)
--> model 2:
I wanted to try the following: reg Ygrowth H logYlevel_1 n I i.Region##c.Cor##i.Year, but it gives me an error message saying I have not coded this right. How do I code a dummy interaction variable to know the effect of corruption for each region for each year?
Related Posts with Help on modelling- endogeneity-panel data
Combine like variables whose values are percentagesI have a large dataset with over 2000 variables and would like to combine like variables, but the va…
How to generate time to event analysis?Hi, I am really appreciative of all the help that is provided here. Thank you very much. I am trying…
Help in two way chartsHi, I am using Stata version 16 and need to do a unique two way chart. Below is a subset of my data…
Selecting the intersection between two sets of macro variable listsHi, I want to create a local variable list that is the union of 2 macro variable lists without repe…
VIF after multilevel mixed effect logistic regressionHi... I am a very newly stata user I really don't know and desperately searching how to get VIF sco…
Subscribe to:
Post Comments (Atom)
0 Response to Help on modelling- endogeneity-panel data
Post a Comment