Hi, I am using 2SLS to estimate the impact of TFP on employment and wage with the help a simultaneous system of equations. In my data, n=65, t= 22. The structure as well as the Hausman endogeneity test for the individual equations show that Employment and wage are endogenous. I have L2. Employment and L2. kl as the instruments for the endogenous variables respectively as they satisfy falsification test. The system of equations is:
Employment=a1+a2. tfp+a3. L.tfp+a4. gva+a5.kl+a6. ngov+a7. sc+a8. (tfp.gva)+a9. Lp+a10. L.employment + error
Wage=b1+b2. Employment+ b3. tfp+ b4. L.tfp+ b5. Lp + b6. Contract+ b7. L. wage+ error
Here,
tfp= Total factor productivity
gva= Gross value added
kl= Capital-Labour ratio
ngov= share of non-government firm
sc= share of subcontracting
tfp.gva= interaction term of tfp and gva (both continuous variables)
lp= labour productivity
Contract= Share of Contractual workers in total number of workers
As I am estimating these two equations as simultaneous system, while using xtivreg I have included all the exogeneous variables of the system as instruments along with the individual instruments of endogenous variables.
Now when I am estimating the second equation, the significant overidentification test statistic cast doubt on the validity of my instruments. When I removed ln.gva from the list of instruments (as it was an exogeneous variable in the first equation, I included this under instruments), the overidentification test statistic becomes insignificant.
I have got the following results when I used xtivreg:

After that I have used xtoverid, nois and I got the following results:

Now it would be of very helpful for me if anyone helps me to solve the following two queries:
Employment=a1+a2. tfp+a3. L.tfp+a4. gva+a5.kl+a6. ngov+a7. sc+a8. (tfp.gva)+a9. Lp+a10. L.employment + error
Wage=b1+b2. Employment+ b3. tfp+ b4. L.tfp+ b5. Lp + b6. Contract+ b7. L. wage+ error
Here,
tfp= Total factor productivity
gva= Gross value added
kl= Capital-Labour ratio
ngov= share of non-government firm
sc= share of subcontracting
tfp.gva= interaction term of tfp and gva (both continuous variables)
lp= labour productivity
Contract= Share of Contractual workers in total number of workers
As I am estimating these two equations as simultaneous system, while using xtivreg I have included all the exogeneous variables of the system as instruments along with the individual instruments of endogenous variables.
Now when I am estimating the second equation, the significant overidentification test statistic cast doubt on the validity of my instruments. When I removed ln.gva from the list of instruments (as it was an exogeneous variable in the first equation, I included this under instruments), the overidentification test statistic becomes insignificant.
I have got the following results when I used xtivreg:
After that I have used xtoverid, nois and I got the following results:
Now it would be of very helpful for me if anyone helps me to solve the following two queries:
- why this problem occurs when I include ln.gva in the list of instruments?
- And how to avoid that?
Comment