Hello everyone,
I was wondering if my model is correct the way I have set it up?
I do have 2 years omitted, but as others have said that its a common issue when working with panel data.
If anyone have suggestions how I can improve my regression feel free to put your input.
I get these as my regression results
I was wondering if my model is correct the way I have set it up?
I do have 2 years omitted, but as others have said that its a common issue when working with panel data.
If anyone have suggestions how I can improve my regression feel free to put your input.
I get these as my regression results
Code:
. xtreg log_realHP logReal_income real_interest Unemployment_rate logrealconsind i.high_dev i.Year,fe cluster(GM_code) noom > itted note: 2018.Year omitted because of collinearity note: 2019.Year omitted because of collinearity Fixed-effects (within) regression Number of obs = 2,250 Group variable: GM_code Number of groups = 282 R-sq: Obs per group: within = 0.8397 min = 7 between = 0.6998 avg = 8.0 overall = 0.3075 max = 8 F(10,281) = 1116.74 corr(u_i, Xb) = 0.3154 Prob > F = 0.0000 (Std. Err. adjusted for 282 clusters in GM_code) ----------------------------------------------------------------------------------- | Robust log_realHP | Coef. Std. Err. t P>|t| [95% Conf. Interval] ------------------+---------------------------------------------------------------- logReal_income | .2636083 .0951621 2.77 0.006 .0762873 .4509293 real_interest | .3547894 .0173299 20.47 0.000 .3206764 .3889024 Unemployment_rate | .0375936 .0089651 4.19 0.000 .0199464 .0552408 logrealconsind | 9.613054 .3593735 26.75 0.000 8.905648 10.32046 1.high_dev | -.0261825 .0058349 -4.49 0.000 -.0376682 -.0146968 | Year | 2013 | .5348951 .0266802 20.05 0.000 .4823767 .5874134 2014 | .9567037 .0388947 24.60 0.000 .8801417 1.033266 2015 | 1.067336 .0439418 24.29 0.000 .9808392 1.153833 2016 | .5203723 .0207381 25.09 0.000 .4795506 .5611941 2017 | .7161938 .0286912 24.96 0.000 .6597168 .7726707 | _cons | -101.474 4.764903 -21.30 0.000 -110.8535 -92.0946 ------------------+---------------------------------------------------------------- sigma_u | .20620563 sigma_e | .02854951 rho | .98119167 (fraction of variance due to u_i) -----------------------------------------------------------------------------------
Comment