Dear all,
I have the following model
where Y is binary with 5% mean (only 5% of the population have the value 1)
I have the following result:
My question is why am I having a coefficient for X1 that is higher than the mean? Do you have any ideas please?
Note that I cannot use probit or logit models because they do not allow for interaction in clustering.
All the best
I have the following model
Code:
reghdfe Y X1 X2 X3 , absorb(school_code Year) vce(cluster school_code#Year)
I have the following result:
Code:
HDFE Linear regression Number of obs = 20,001 Absorbing 2 HDFE groups F( 3, 186) = 1.12 Statistics robust to heteroskedasticity Prob > F = 0.3408 R-squared = 0.0062 Adj R-squared = 0.0048 Within R-sq. = 0.0002 Number of clusters (school_code#Year) = 187Root MSE = 0.2235 (Std. err. adjusted for 187 clusters in school_code#Year) -------------------------------------------------------------------------------------- | Robust Y | Coefficient std. err. t P>|t| [95% conf. interval] ---------------------+---------------------------------------------------------------- X1| -.1149805 .0667706 -1.72 0.087 -.2467057 .0167446 X2| -.0194905 .1469087 -0.13 0.895 -.309312 .2703309 X3| .0116331 .0122768 0.95 0.345 -.0125866 .0358528 _cons | .047886 .0097145 4.93 0.000 .0287213 .0670508 -------------------------------------------------------------------------------------- Absorbed degrees of freedom: -----------------------------------------------------+ Absorbed FE | Categories - Redundant = Num. Coefs | -------------+---------------------------------------| school_code | 17 0 17 | Year | 11 1 10 | -----------------------------------------------------+
My question is why am I having a coefficient for X1 that is higher than the mean? Do you have any ideas please?
Note that I cannot use probit or logit models because they do not allow for interaction in clustering.
All the best
Comment