Hi,
i am testing my unbalanced N < T panel for heteroskedasticity using xttest2. In a previous step I ran fixed effects regression as follows:
Everything works fine until after the presentation of the Identity matrix, where I receive the following error:
What am I doing wrong?
Thanks a lot for the help.
i am testing my unbalanced N < T panel for heteroskedasticity using xttest2. In a previous step I ran fixed effects regression as follows:
Code:
xtreg AH_PREM MCAP CH_SENT REL_SPREAD L1.CNYUSD_NDF,fe vce (cluster NAME_CO1) xttest2
Code:
__e69 0.3543 0.8390 0.7585 0.7584 -0.2059 0.4059 0.2951 0.3921 1.0000
__e70 0.0330 0.3458 0.7563 0.7522 0.5565 0.3024 0.1455 0.8514 0.4094 1.0000
__e71 0.1319 0.2260 0.4927 0.6278 0.4012 0.2957 0.1554 0.7593 0.3734 0.6549 1.0000
__e72 0.3251 0.6921 0.6822 0.6606 -0.1987 0.4098 0.2641 0.3873 0.7841 0.3675 0.5384 1.0000
__e73 0.2977 0.7040 0.8131 0.8638 0.0419 0.4477 0.2448 0.7312 0.7443 0.6543 0.6783 0.6972 1.0000
__e74 0.0926 0.1379 0.0866 0.0624 -0.0106 0.0938 0.3084 0.0141 0.0673 0.1147 0.0797 0.1680 0.0950 1.0000
__e75 0.2281 0.5437 0.3595 0.4422 -0.0757 0.2975 0.4492 0.1974 0.5218 0.2426 0.2693 0.4668 0.4622 0.3196 1.0000
__e76 0.2615 0.4076 0.5818 0.6541 -0.0075 0.3995 0.1439 0.6318 0.5727 0.4561 0.6923 0.5971 0.7332 0.0615 0.2866
__e77 -0.1917 -0.3683 -0.0944 0.0675 0.8418 -0.1171 -0.0091 0.4121 -0.2719 0.3869 0.5081 -0.1505 -0.0416 0.0190 -0.0316
__e78 0.0830 0.1941 0.2609 0.4069 0.3240 0.0978 0.1098 0.4699 0.1527 0.4515 0.4814 0.2401 0.4854 0.2297 0.3185
__e79 -0.2275 -0.3624 0.0492 0.0796 0.7634 -0.1384 -0.0657 0.3746 -0.2521 0.3964 0.1971 -0.2820 -0.1373 -0.0973 -0.1529
__e80 0.3130 0.9143 0.7481 0.7086 -0.2947 0.4471 0.3288 0.2853 0.8539 0.4024 0.2089 0.7132 0.6708 0.1395 0.5010
__e81 -0.2583 -0.6737 -0.5295 -0.4560 0.6088 -0.3167 -0.1667 -0.0938 -0.6721 -0.0362 0.0206 -0.5038 -0.4948 0.0804 -0.2305
__e76 __e77 __e78 __e79 __e80 __e81
__e76 1.0000
__e77 0.0424 1.0000
__e78 0.2860 0.3738 1.0000
__e79 -0.0352 0.7058 0.1775 1.0000
__e80 0.4241 -0.4247 0.1366 -0.3057 1.0000
__e81 -0.3921 0.7340 0.1120 0.5534 -0.7262 1.0000
Breusch-Pagan LM test of independence: chi2(3240) = invalid syntax
Thanks a lot for the help.
Comment