Hi guys,
I have the question is that the number of Obs (A variable) is 1,746.
However, when I run regression, tthe number of obs is 1,751.
I do not know the reason why?
Could you please let me know?
Thank you in advance!
sum A
Variable | Obs Mean Std. Dev. Min Max
-------------+---------------------------------------------------------
A | 1,746 2.336577 .6250715 -1.479457 4.588375
r regression Number of obs = 1,751
F(219, 1750) = 5.72
Prob > F = 0.0000
R-squared = 0.2108
Root MSE = .15951
(Std. Err. adjusted for 1,751 clusters in double_cluster1)
--------------------------------------------------------------------------------
| Robust
SemiexcessR | Coef. Std. Err. t P>|t| [95% Conf. Interval]
---------------+----------------------------------------------------------------
A | -.0496081 .0248835 -1.99 0.046 -.0984127 -.0008035
I have the question is that the number of Obs (A variable) is 1,746.
However, when I run regression, tthe number of obs is 1,751.
I do not know the reason why?
Could you please let me know?
Thank you in advance!
sum A
Variable | Obs Mean Std. Dev. Min Max
-------------+---------------------------------------------------------
A | 1,746 2.336577 .6250715 -1.479457 4.588375
r regression Number of obs = 1,751
F(219, 1750) = 5.72
Prob > F = 0.0000
R-squared = 0.2108
Root MSE = .15951
(Std. Err. adjusted for 1,751 clusters in double_cluster1)
--------------------------------------------------------------------------------
| Robust
SemiexcessR | Coef. Std. Err. t P>|t| [95% Conf. Interval]
---------------+----------------------------------------------------------------
A | -.0496081 .0248835 -1.99 0.046 -.0984127 -.0008035
Comment