Hi guys,
Im still working on my thesis on how bank quality (measured by dummy variable goodbank, proxied by bond credit ratings of those banks) influences market liquidity and funding liquidity. I have a unbalanced panel data set containing bank specific (panel) data and macroeconomics time serie data (which applies to each bank of course).
My question is the following:
How could it be that the lowest value of # of observations in my descriptive statistics (summarize statistics) is higher than the reported observations in my regression output?
See below first my summary statistics:
And here my regression output:
Im still working on my thesis on how bank quality (measured by dummy variable goodbank, proxied by bond credit ratings of those banks) influences market liquidity and funding liquidity. I have a unbalanced panel data set containing bank specific (panel) data and macroeconomics time serie data (which applies to each bank of course).
My question is the following:
How could it be that the lowest value of # of observations in my descriptive statistics (summarize statistics) is higher than the reported observations in my regression output?
See below first my summary statistics:
Code:
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
mliq | 4928 .0590628 .0609607 .0019011 .4217335
goodbank | 5296 .6752266 .4683343 0 1
size | 4952 11.043 1.730852 6.774847 15.17113
racr | 4319 13.81973 2.870637 7.62 44.07
nim | 4216 3.329013 1.299908 -8.87 15.1
-------------+--------------------------------------------------------
Crisisdummy | 5131 .1641006 .3704029 0 1
changeinfl~n | 5063 .9989563 .3413335 .065 1.8
DiffLibor | 4836 -.0959344 .4775776 -1.711507 .5692567
changeFedF~d | 5063 -.0826052 .4537597 -1.66 .57
Code:
. areg mliq goodbank size racr nim Crisisdummy changeinflation DiffLibor changeFedFund, absorb(gvkey) r
Linear regression, absorbing indicators Number of obs = 3465
F( 8, 3333) = 31.43
Prob > F = 0.0000
R-squared = 0.8097
Adj R-squared = 0.8023
Root MSE = 0.0285
---------------------------------------------------------------------------------
| Robust
mliq | Coef. Std. Err. t P>|t| [95% Conf. Interval]
----------------+----------------------------------------------------------------
goodbank | -.0082468 .0015715 -5.25 0.000 -.011328 -.0051657
size | .0109495 .0020169 5.43 0.000 .0069949 .014904
racr | .0028888 .000365 7.91 0.000 .0021731 .0036044
nim | -.0077708 .0014891 -5.22 0.000 -.0106904 -.0048513
Crisisdummy | -.011055 .0022849 -4.84 0.000 -.015535 -.006575
changeinflation | -.0030651 .0015295 -2.00 0.045 -.006064 -.0000663
DiffLibor | -.0082581 .0018577 -4.45 0.000 -.0119003 -.0046158
changeFedFund | -.0039041 .0020787 -1.88 0.060 -.0079798 .0001716
_cons | -.0652826 .023603 -2.77 0.006 -.1115603 -.0190048
----------------+----------------------------------------------------------------
gvkey | absorbed (124 categories)

. I am not a native English speaker, so probably the question could have been specified more clearly.
Comment