初用Stata,问题比较多,希望大神能够回答下

(1)用F检验估计固定效应模型,用BP检验估计随机效应模型,最后用hausman检验确定 了选用固定效用模型。。这个应该是没什么问题的吧?
(2)接下来就是对固定效应模型进行序列相关检验(xtserial),截面相关检验(xttest2),截面异方差检验(xttest3)。进行序列相关检验和截面异方差检验结果p=0,表明变量存在显著的相关性和异方差。所以,用FGLS估计,用xtgls .............., panel(het)命令进行截面异方差估计,得出以下结果:
Coefficients: generalized least squares
Panels: heteroskedastic
Correlation: no autocorrelation
Estimated covariances = 31 Number of obs = 651
Estimated autocorrelations = 0 Number of groups = 31
Estimated coefficients = 5 Time periods = 21
Wald chi2(4) = 49044.86
Prob > chi2 = 0.0000
------------------------------------------------------------------------------
l_gdp | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
l_K | .7400901 .0078363 94.44 0.000 .7247311 .7554491
l_L | .1834136 .0240145 7.64 0.000 .1363462 .2304811
l_HH | -.1574473 .0144668 -10.88 0.000 -.1858016 -.1290929
l_BH | .3312206 .0274003 12.09 0.000 .277517 .3849241
_cons | 2.052005 .1561517 13.14 0.000 1.745953 2.358056
------------------------------------------------------------------------------
这表示什么意思?是数据有效了吗?
用什么命令估计序列相关性呢?
用xttest2进行截面相关性检验时,出现:Correlation matrix of residuals is singular.
not possible with test
这代表什么意思?为什么出现这种情况啊?
求大神解释啊,比较着急现在