Dear Statalisters
I'm running a logistic regression using a panel dataset of 70 countries from 1970-2010. When I regress Debt Crisis dummy variable using a 1-year lag of independent variables, I'm not sure why Stata displays the regression output without any standard errors & Wald Statistics.
Something must have gone wrong in my regression. When I re-run the regression by excluding lags of either YrAvgCred_GDP_Gap, CA,GovExpenditures,REER_overvaluation or EquityPriceIndex, the standard errors & Wald Statistics are reported by Stata again.
Regression output after dropping GovExpenditures
Regression output after dropping REER_overvaluation
Regression output after dropping EquityPriceIndex
I'm running a logistic regression using a panel dataset of 70 countries from 1970-2010. When I regress Debt Crisis dummy variable using a 1-year lag of independent variables, I'm not sure why Stata displays the regression output without any standard errors & Wald Statistics.
Code:
. logistic External_SDebt_Dum L.YrAvgCred_GDP_Gap L.CA L.Inflation L.NSavings L.D
> omesticCredit L.ExportsGrowth ///
> L.FDI L.ln_TReserves L.ForexReserves_GDP L.M2_Reserves L.GlobalInterest L.GovEx
> penditures ///
> L.GDPGrowth L.REER_overvaluation L.EquityPriceIndex,vce(r)
Logistic regression Number of obs = 257
Wald chi2(0) = .
Prob > chi2 = .
Log pseudolikelihood = 0 Pseudo R2 = 1.0000
--------------------------------------------------------------------------------
| Robust
External_SDe~m | Odds Ratio Std. Err. z P>|z| [95% Conf. Interval]
---------------+----------------------------------------------------------------
YrAvgCred_GD~p |
L1. | .0002343 . . . . .
|
CA |
L1. | 1.23e-28 . . . . .
|
Inflation |
L1. | 18740.06 . . . . .
|
NSavings |
L1. | 5.31e+13 . . . . .
|
DomesticCredit |
L1. | 18.01216 . . . . .
|
ExportsGrowth |
L1. | 1933401 . . . . .
|
FDI |
L1. | 1.80e+33 . . . . .
|
ln_TReserves |
L1. | 7.75e+54 . . . . .
|
ForexReserve~P |
L1. | 0 . . . . .
|
M2_Reserves |
L1. | 156.7724 . . . . .
|
GlobalInterest |
L1. | .0000851 . . . . .
|
GovExpenditu~s |
L1. | 3.05e+34 . . . . .
|
GDPGrowth |
L1. | 1.16e-17 . . . . .
|
REER_overval~n |
L1. | .0038201 . . . . .
|
EquityPriceI~x |
L1. | 8.01e-11 . . . . .
|
_cons | 0 . . . . .
--------------------------------------------------------------------------------
Note: _cons estimates baseline odds.
Note: 251 failures and 6 successes completely determined.
Regression output after dropping Cred_GDP_Gap
Code:
. logistic External_SDebt_Dum L.CA L.Inflation L.NSavings L.DomesticCredit L.ExportsGrowth ///
> L.FDI L.ln_TReserves L.ForexReserves_GDP L.M2_Reserves L.GlobalInterest L.GovExpenditures ///
> L.GDPGrowth L.REER_overvaluation L.EquityPriceIndex,vce(r)
Logistic regression Number of obs = 274
Wald chi2(14) = 17.18
Prob > chi2 = 0.2466
Log pseudolikelihood = -6.9420221 Pseudo R2 = 0.7595
------------------------------------------------------------------------------------
| Robust
External_SDebt_Dum | Odds Ratio Std. Err. z P>|z| [95% Conf. Interval]
-------------------+----------------------------------------------------------------
CA |
L1. | .5651487 .2223709 -1.45 0.147 .2613592 1.222046
|
Inflation |
L1. | 1.412208 .3121428 1.56 0.118 .9157061 2.177917
|
NSavings |
L1. | .7176149 .250526 -0.95 0.342 .3620172 1.422505
|
DomesticCredit |
L1. | 1.025021 .0503808 0.50 0.615 .9308837 1.128678
|
ExportsGrowth |
L1. | 1.078473 .0918819 0.89 0.375 .9126198 1.274466
|
FDI |
L1. | 29.57978 47.96341 2.09 0.037 1.232473 709.9249
|
ln_TReserves |
L1. | .2320873 .2026167 -1.67 0.094 .0419311 1.284596
|
ForexReserves_GDP |
L1. | 1.6e-283 4.8e-281 -2.24 0.025 0 2.33e-36
|
M2_Reserves |
L1. | .9246002 .0923316 -0.79 0.432 .7602424 1.124491
|
GlobalInterest |
L1. | .8622933 .1011469 -1.26 0.207 .6851871 1.085178
|
GovExpenditures |
L1. | 4.650817 3.297107 2.17 0.030 1.159008 18.6626
|
GDPGrowth |
L1. | .5540131 .2484676 -1.32 0.188 .230021 1.334359
|
REER_overvaluation |
L1. | .8556241 .0768249 -1.74 0.082 .717555 1.02026
|
EquityPriceIndex |
L1. | .4660356 .2082362 -1.71 0.088 .1941249 1.118812
|
_cons | 8.15e+10 1.80e+12 1.14 0.254 1.39e-08 4.78e+29
------------------------------------------------------------------------------------
Note: _cons estimates baseline odds.
Note: 217 failures and 0 successes completely determined.
Regression output after dropping CA
Code:
. logistic External_SDebt_Dum L.YrAvgCred_GDP_Gap L.Inflation L.NSavings L.DomesticCredit L.ExportsGrowth ///
> L.FDI L.ln_TReserves L.ForexReserves_GDP L.M2_Reserves L.GlobalInterest L.GovExpenditures ///
> L.GDPGrowth L.REER_overvaluation L.EquityPriceIndex,vce(r)
Logistic regression Number of obs = 257
Wald chi2(14) = 64.12
Prob > chi2 = 0.0000
Log pseudolikelihood = -6.3079508 Pseudo R2 = 0.7785
------------------------------------------------------------------------------------
| Robust
External_SDebt_Dum | Odds Ratio Std. Err. z P>|z| [95% Conf. Interval]
-------------------+----------------------------------------------------------------
YrAvgCred_GDP_Gap |
L1. | .7870885 .1072563 -1.76 0.079 .602602 1.028056
|
Inflation |
L1. | 1.152744 .507368 0.32 0.747 .4865029 2.731368
|
NSavings |
L1. | 1.302975 .2867231 1.20 0.229 .8465002 2.005604
|
DomesticCredit |
L1. | 1.075679 .1008831 0.78 0.437 .8950605 1.292746
|
ExportsGrowth |
L1. | 1.312463 .1720621 2.07 0.038 1.015069 1.696987
|
FDI |
L1. | 190.8707 773.2515 1.30 0.195 .0679781 535932
|
ln_TReserves |
L1. | 68.54516 286.2422 1.01 0.311 .0191156 245790.2
|
ForexReserves_GDP |
L1. | 0 0 -1.24 0.215 0 3.1e+206
|
M2_Reserves |
L1. | 1.076799 .2161754 0.37 0.712 .7265237 1.595952
|
GlobalInterest |
L1. | .7806613 .1115465 -1.73 0.083 .5899794 1.032972
|
GovExpenditures |
L1. | 7.090031 9.740722 1.43 0.154 .4799708 104.7325
|
GDPGrowth |
L1. | .4554118 .1539089 -2.33 0.020 .2348206 .8832273
|
REER_overvaluation |
L1. | .944055 .1139817 -0.48 0.633 .7451203 1.196102
|
EquityPriceIndex |
L1. | .2636178 .264602 -1.33 0.184 .0368634 1.885185
|
_cons | 6.55e-45 6.64e-43 -1.00 0.316 2.9e-131 1.49e+42
------------------------------------------------------------------------------------
Note: _cons estimates baseline odds.
Note: 216 failures and 0 successes completely determined.
Regression output after dropping GovExpenditures
Code:
. logistic External_SDebt_Dum L.YrAvgCred_GDP_Gap L.CA L.Inflation L.NSavings L.DomesticCredit L.ExportsGrowth ///
> L.FDI L.ln_TReserves L.ForexReserves_GDP L.M2_Reserves L.GlobalInterest ///
> L.GDPGrowth L.REER_overvaluation L.EquityPriceIndex,vce(r)
Logistic regression Number of obs = 257
Wald chi2(14) = 52.72
Prob > chi2 = 0.0000
Log pseudolikelihood = -8.4354062 Pseudo R2 = 0.7037
------------------------------------------------------------------------------------
| Robust
External_SDebt_Dum | Odds Ratio Std. Err. z P>|z| [95% Conf. Interval]
-------------------+----------------------------------------------------------------
YrAvgCred_GDP_Gap |
L1. | .9274178 .0968898 -0.72 0.471 .7556977 1.138158
|
CA |
L1. | .9745585 .1980865 -0.13 0.899 .6543268 1.451514
|
Inflation |
L1. | .7013162 .1218975 -2.04 0.041 .4988437 .9859692
|
NSavings |
L1. | 1.182645 .4861614 0.41 0.683 .5283756 2.647074
|
DomesticCredit |
L1. | 1.027624 .0403721 0.69 0.488 .951466 1.109878
|
ExportsGrowth |
L1. | 1.095546 .1518915 0.66 0.510 .8348651 1.437623
|
FDI |
L1. | 1.788765 .7420622 1.40 0.161 .7932964 4.033396
|
ln_TReserves |
L1. | .7121404 1.009195 -0.24 0.811 .0442897 11.4506
|
ForexReserves_GDP |
L1. | 1.23e-73 1.41e-71 -1.46 0.143 2.7e-171 5.68e+24
|
M2_Reserves |
L1. | 1.064476 .1242488 0.54 0.592 .8468004 1.338106
|
GlobalInterest |
L1. | .9758268 .0499951 -0.48 0.633 .8825974 1.078904
|
GDPGrowth |
L1. | .5412614 .2043194 -1.63 0.104 .2582789 1.134292
|
REER_overvaluation |
L1. | .8495199 .0411329 -3.37 0.001 .772608 .9340882
|
EquityPriceIndex |
L1. | .7348835 .1826574 -1.24 0.215 .4514919 1.196154
|
_cons | 1319761 3.92e+07 0.47 0.636 6.44e-20 2.71e+31
------------------------------------------------------------------------------------
Note: _cons estimates baseline odds.
Note: 150 failures and 0 successes completely determined.
Regression output after dropping REER_overvaluation
Code:
logistic External_SDebt_Dum L.YrAvgCred_GDP_Gap L.CA L.Inflation L.NSavings L.DomesticCredit L.ExportsGrowth ///
> L.FDI L.ln_TReserves L.ForexReserves_GDP L.M2_Reserves L.GlobalInterest L.GovExpenditures ///
> L.GDPGrowth L.EquityPriceIndex,vce(r)
Logistic regression Number of obs = 333
Wald chi2(14) = 77.30
Prob > chi2 = 0.0000
Log pseudolikelihood = -17.447942 Pseudo R2 = 0.5783
------------------------------------------------------------------------------------
| Robust
External_SDebt_Dum | Odds Ratio Std. Err. z P>|z| [95% Conf. Interval]
-------------------+----------------------------------------------------------------
YrAvgCred_GDP_Gap |
L1. | 1.006213 .0371285 0.17 0.867 .9360116 1.08168
|
CA |
L1. | 1.424173 .2531854 1.99 0.047 1.005168 2.017841
|
Inflation |
L1. | 1.016997 .0462047 0.37 0.711 .930352 1.111711
|
NSavings |
L1. | .9579689 .0682905 -0.60 0.547 .8330518 1.101617
|
DomesticCredit |
L1. | .9961455 .0183246 -0.21 0.834 .9608697 1.032716
|
ExportsGrowth |
L1. | .9133633 .0310205 -2.67 0.008 .8545437 .9762315
|
FDI |
L1. | .4758457 .4467148 -0.79 0.429 .0755743 2.996111
|
ln_TReserves |
L1. | .3638896 .2812422 -1.31 0.191 .0800009 1.655177
|
ForexReserves_GDP |
L1. | 1.48e-09 5.31e-08 -0.57 0.571 4.16e-40 5.27e+21
|
M2_Reserves |
L1. | 1.024911 .119144 0.21 0.832 .8160855 1.287173
|
GlobalInterest |
L1. | 1.108435 .0606569 1.88 0.060 .9957033 1.23393
|
GovExpenditures |
L1. | .8919659 .122251 -0.83 0.404 .6818429 1.166842
|
GDPGrowth |
L1. | .9214462 .1885935 -0.40 0.689 .6169552 1.376215
|
EquityPriceIndex |
L1. | .9738773 .0339534 -0.76 0.448 .9095526 1.042751
|
_cons | 3.96e+09 7.24e+10 1.21 0.226 1.11e-06 1.41e+25
------------------------------------------------------------------------------------
Note: _cons estimates baseline odds.
Note: 4 failures and 0 successes completely determined.
Regression output after dropping EquityPriceIndex
Code:
logistic External_SDebt_Dum L.YrAvgCred_GDP_Gap L.CA L.Inflation L.NSavings L.DomesticCredit L.ExportsGrowth ///
> L.FDI L.ln_TReserves L.ForexReserves_GDP L.M2_Reserves L.GlobalInterest L.GovExpenditures ///
> L.GDPGrowth L.REER_overvaluation ,vce(r)
Logistic regression Number of obs = 312
Wald chi2(14) = 37.44
Prob > chi2 = 0.0006
Log pseudolikelihood = -10.881951 Pseudo R2 = 0.7714
------------------------------------------------------------------------------------
| Robust
External_SDebt_Dum | Odds Ratio Std. Err. z P>|z| [95% Conf. Interval]
-------------------+----------------------------------------------------------------
YrAvgCred_GDP_Gap |
L1. | .9206694 .0807227 -0.94 0.346 .7753037 1.09329
|
CA |
L1. | .7328431 .403305 -0.56 0.572 .2492125 2.155024
|
Inflation |
L1. | .8990225 .1064936 -0.90 0.369 .7127572 1.133965
|
NSavings |
L1. | 1.279389 .3868071 0.81 0.415 .7073793 2.313943
|
DomesticCredit |
L1. | .9732705 .0194036 -1.36 0.174 .9359735 1.012054
|
ExportsGrowth |
L1. | 1.151249 .0841098 1.93 0.054 .9976558 1.328488
|
FDI |
L1. | 1.314778 .2359267 1.53 0.127 .9249347 1.868934
|
ln_TReserves |
L1. | .0060953 .0139758 -2.22 0.026 .0000681 .545381
|
ForexReserves_GDP |
L1. | 2.85e-25 1.41e-23 -1.14 0.254 1.80e-67 4.52e+17
|
M2_Reserves |
L1. | .8413892 .1092195 -1.33 0.183 .6523845 1.085151
|
GlobalInterest |
L1. | 1.07684 .0867257 0.92 0.358 .9195975 1.26097
|
GovExpenditures |
L1. | 1.252803 .4548168 0.62 0.535 .614983 2.552128
|
GDPGrowth |
L1. | .9530753 .1484941 -0.31 0.758 .7022723 1.293448
|
REER_overvaluation |
L1. | .8887908 .1039036 -1.01 0.313 .7067898 1.117658
|
_cons | 2.28e+48 1.34e+50 1.90 0.057 .0305961 1.71e+98
------------------------------------------------------------------------------------
Note: _cons estimates baseline odds.
Note: 161 failures and 0 successes completely determined.

Comment