i just ran the following regression. what does the F-test tell me?
xtreg tscorek small, fe
Fixed-effects (within) regression Number of obs = 5,786
Group variable: schidkn Number of groups = 79
R-sq: Obs per group:
within = 0.0111 min = 34
between = 0.0073 avg = 73.2
overall = 0.0073 max = 137
F(1,5706) = 64.19
corr(u_i, Xb) = -0.0186 Prob > F = 0.0000
------------------------------------------------------------------------------
tscorek | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
small | 15.15738 1.891813 8.01 0.000 11.4487 18.86605
_cons | 917.7757 1.027697 893.04 0.000 915.7611 919.7904
-------------+----------------------------------------------------------------
sigma_u | 35.38274
sigma_e | 65.134565
rho | .22785507 (fraction of variance due to u_i)
------------------------------------------------------------------------------
F test that all u_i=0: F(78, 5706) = 21.23 Prob > F = 0.0000
xtreg tscorek small, fe
Fixed-effects (within) regression Number of obs = 5,786
Group variable: schidkn Number of groups = 79
R-sq: Obs per group:
within = 0.0111 min = 34
between = 0.0073 avg = 73.2
overall = 0.0073 max = 137
F(1,5706) = 64.19
corr(u_i, Xb) = -0.0186 Prob > F = 0.0000
------------------------------------------------------------------------------
tscorek | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
small | 15.15738 1.891813 8.01 0.000 11.4487 18.86605
_cons | 917.7757 1.027697 893.04 0.000 915.7611 919.7904
-------------+----------------------------------------------------------------
sigma_u | 35.38274
sigma_e | 65.134565
rho | .22785507 (fraction of variance due to u_i)
------------------------------------------------------------------------------
F test that all u_i=0: F(78, 5706) = 21.23 Prob > F = 0.0000
Comment