Hello!
I want to run 2sls for my model but i cannot get the R-square value (its missing). While going through the help ivregress I found it out that it might be because MSS of the model could be negative. Since my instrument variable (change in population) contain negative numerical data it could be the possible reason (i am not sure, iam still a very beginner).Similary, other variables also contains negative values due to the nature of the data.
Here is what i put into the stata
"vregress 2sls CASH_w var1 var2 var3 var4 var5 var6 (WOMENRATIO = change_popul)"
Brief Output:
[trumental variables (2SLS) regression Number of obs = 240
Wald chi2(10) = 0.78
Prob > chi2 = 0.9999
R-squared = .
Root MSE = 1.1414
Instrumented: WOMENRATIO
Instruments: CASHFLOW_w CAPX_w TANGIBILITY_w LEVERAGE_w Z_SCORE DEBTISSUE
NWC_w SIZE_w EFFECTIVE_TAX change_pop]
What could be the possible way out to deal with it?
Thanks in advance.
Irfan
ps. I checked MS and it is negative with the value of -311
I want to run 2sls for my model but i cannot get the R-square value (its missing). While going through the help ivregress I found it out that it might be because MSS of the model could be negative. Since my instrument variable (change in population) contain negative numerical data it could be the possible reason (i am not sure, iam still a very beginner).Similary, other variables also contains negative values due to the nature of the data.
Here is what i put into the stata
"vregress 2sls CASH_w var1 var2 var3 var4 var5 var6 (WOMENRATIO = change_popul)"
Brief Output:
[trumental variables (2SLS) regression Number of obs = 240
Wald chi2(10) = 0.78
Prob > chi2 = 0.9999
R-squared = .
Root MSE = 1.1414
Instrumented: WOMENRATIO
Instruments: CASHFLOW_w CAPX_w TANGIBILITY_w LEVERAGE_w Z_SCORE DEBTISSUE
NWC_w SIZE_w EFFECTIVE_TAX change_pop]
What could be the possible way out to deal with it?
Thanks in advance.
Irfan
ps. I checked MS and it is negative with the value of -311
Comment