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
WHEN to delete missing/negative values?Hello, I was wondering when it is best to clean the data (i.e. delete missing or negative values) w…
Stata doesn't perform function. Do i have to change stata to another program?Dear statalist. I have data 2,000,000 observation. My stata version is 14 MP 8 core. My labtop Intel…
how to generate sequence integer starting from 0 (by group)Hi, I have a panel data set and try to generate sequence numbers by group but the numbers starting f…
Amemiya-Lee-NeweyI having problems using Amemiya-Lee-Newey test after ivprobit with in regression with 2 instruments.…
How can i convert a *.dsv file into a *.dta file?Hi I would like to work with a dataset of the recent president's election in Argentina. But I could…
Subscribe to:
Post Comments (Atom)
0 Response to Help on modelling- endogeneity-panel data
Post a Comment