Dear Stata Members
I have some questions regarding interpreting the coefficient on time dummies in a panel fixed effects estimation. Here are my results
I didnt use xtreg , fe specification as I want to get the coefficients of units (id) and year. Now question is
1) The coefficient on year 2000 is .0108519, what does this imply. Similarly for 000004.SZ which has a coefficient of -.0923897. How do we interpret this coefficients in the commonly interpreted way, 1 unit change.......
2) How to get this coefficients by hand? Is there a formula for this
Trust I made my question clear. If anyone can give me some intutution, that shall be great!
I have some questions regarding interpreting the coefficient on time dummies in a panel fixed effects estimation. Here are my results
Code:
xtreg cash size debt i.year i.id, vce(r)
Random-effects GLS regression Number of obs = 150
Group variable: id Number of groups = 8
R-squared: Obs per group:
Within = 0.3165 min = 5
Between = 1.0000 avg = 18.8
Overall = 0.5225 max = 21
Wald chi2(7) = .
corr(u_i, X) = 0 (assumed) Prob > chi2 = .
(Std. err. adjusted for 8 clusters in id)
------------------------------------------------------------------------------
| Robust
cash | Coefficient std. err. z P>|z| [95% conf. interval]
-------------+----------------------------------------------------------------
size | -.0386644 .0082399 -4.69 0.000 -.0548144 -.0225144
debt | -.1087089 .0971271 -1.12 0.263 -.2990745 .0816566
|
year |
2000 | .0108519 .0197071 0.55 0.582 -.0277733 .049477
2001 | .0343667 .0421997 0.81 0.415 -.0483433 .1170766
2002 | .0412632 .0382493 1.08 0.281 -.0337041 .1162304
2003 | .0136864 .0407234 0.34 0.737 -.06613 .0935028
2004 | .0454415 .029979 1.52 0.130 -.0133162 .1041992
2005 | .0235091 .0345105 0.68 0.496 -.0441301 .0911484
2006 | .0862778 .0374817 2.30 0.021 .012815 .1597405
2007 | .1512378 .0536267 2.82 0.005 .0461314 .2563443
2008 | .1146357 .0589621 1.94 0.052 -.0009279 .2301992
2009 | .1181824 .0465542 2.54 0.011 .0269379 .209427
2010 | .1209712 .0663762 1.82 0.068 -.0091237 .2510661
2011 | .1243997 .0562073 2.21 0.027 .0142355 .234564
2012 | .1286815 .0520854 2.47 0.013 .0265961 .230767
2013 | .1359156 .0556108 2.44 0.015 .0269205 .2449108
2014 | .0829417 .046106 1.80 0.072 -.0074243 .1733078
2015 | .1332168 .0681599 1.95 0.051 -.000374 .2668077
2016 | .1684112 .0563771 2.99 0.003 .0579142 .2789082
2017 | .1386612 .0472866 2.93 0.003 .0459812 .2313413
2018 | .0949487 .0530237 1.79 0.073 -.0089758 .1988731
2019 | .1144136 .0562673 2.03 0.042 .0041318 .2246954
|
id |
000004.SZ | -.0923897 .0445574 -2.07 0.038 -.1797206 -.0050588
000005.SZ | -.220671 .0224711 -9.82 0.000 -.2647135 -.1766286
000006.SZ | -.0329669 .0113797 -2.90 0.004 -.0552707 -.0106631
000007.SZ | -.1107981 .025728 -4.31 0.000 -.1612241 -.0603721
000008.SZ | -.0935211 .0428801 -2.18 0.029 -.1775647 -.0094776
000009.SZ | -.0278975 .0135077 -2.07 0.039 -.0543722 -.0014228
000010.SZ | -.0649462 .0193648 -3.35 0.001 -.1029005 -.0269919
|
_cons | .3961387 .0733381 5.40 0.000 .2523986 .5398787
-------------+----------------------------------------------------------------
sigma_u | 0
sigma_e | .0907486
rho | 0 (fraction of variance due to u_i)
1) The coefficient on year 2000 is .0108519, what does this imply. Similarly for 000004.SZ which has a coefficient of -.0923897. How do we interpret this coefficients in the commonly interpreted way, 1 unit change.......
2) How to get this coefficients by hand? Is there a formula for this
Trust I made my question clear. If anyone can give me some intutution, that shall be great!

Comment