I've done an xtreg run that provides statistics but no standard errors or t statistics. Here is an example. (I've done other runs with a more extended list of variables, lengthier output, but a similar result.)
. xtreg totdaysupp comp hmo_sim cdhp, fe vce(robust)
Fixed-effects (within) regression Number of obs = 230,424
Group variable: enrolid Number of groups = 115,212
R-sq: Obs per group:
within = 0.0013 min = 2
between = 0.0004 avg = 2.0
overall = 0.0004 max = 2
F(0,115211) = .
corr(u_i, Xb) = 0.0061 Prob > F = .
(Std. Err. adjusted for 115,212 clusters in enrolid)
------------------------------------------------------------------------------
| Robust
totdaysupp | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
comp | 11.3995 . . . . .
hmo_sim | 5.72344 . . . . .
cdhp | 15.25799 . . . . .
_cons | 495.9115 . . . . .
-------------+----------------------------------------------------------------
sigma_u | 341.95897
sigma_e | 174.60141
rho | .79320767 (fraction of variance due to u_i)
Can someone explain or point me in the direction of how to investigate why this is happening? Thanks.
. xtreg totdaysupp comp hmo_sim cdhp, fe vce(robust)
Fixed-effects (within) regression Number of obs = 230,424
Group variable: enrolid Number of groups = 115,212
R-sq: Obs per group:
within = 0.0013 min = 2
between = 0.0004 avg = 2.0
overall = 0.0004 max = 2
F(0,115211) = .
corr(u_i, Xb) = 0.0061 Prob > F = .
(Std. Err. adjusted for 115,212 clusters in enrolid)
------------------------------------------------------------------------------
| Robust
totdaysupp | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
comp | 11.3995 . . . . .
hmo_sim | 5.72344 . . . . .
cdhp | 15.25799 . . . . .
_cons | 495.9115 . . . . .
-------------+----------------------------------------------------------------
sigma_u | 341.95897
sigma_e | 174.60141
rho | .79320767 (fraction of variance due to u_i)
Can someone explain or point me in the direction of how to investigate why this is happening? Thanks.
Comment