Hi Statalist Community,
I need your help, please. I don't understand the result of a regression I'm doing.
I'm attaching a -dataex- and also the command used. I used the -reghdfe- command from SSC.
Basically, I ran the following regression:
But the category I'm most interested in isn't displayed, and I don't understand why. Here are the results of my regression:
Could you please give me a hand with this? I'd like the ā1sā that are omitted to appear, as this is the category I'm interested in.
Thank you in advance for your help and patience.
I need your help, please. I don't understand the result of a regression I'm doing.
I'm attaching a -dataex- and also the command used. I used the -reghdfe- command from SSC.
Code:
- Example generated by -dataex-. For more info, type help dataex
Code:
xtset postal_code ym_date // Panel structure reghdfe EV_share i.municipio_madrid#c.after i.suburbios_madrid#c.after i.lejos_madrid#c.after, /// absorb(ym_date) vce(cluster postal_code)
Code:
. reghdfe EV_share i.municipio_madrid#c.after i.suburbios_madrid#c.after i.lejos_madrid#c.afte
> r, ///
> absorb(ym_date) vce(cluster postal_code)
(MWFE estimator converged in 1 iterations)
note: 1.municipio_madrid#c.after omitted because of collinearity
note: 1.suburbios_madrid#c.after omitted because of collinearity
note: 1.lejos_madrid#c.after omitted because of collinearity
HDFE Linear regression Number of obs = 15,732
Absorbing 1 HDFE group F( 3, 280) = 38.55
Statistics robust to heteroskedasticity Prob > F = 0.0000
R-squared = 0.2334
Adj R-squared = 0.2302
Within R-sq. = 0.0268
Number of clusters (postal_code) = 281 Root MSE = 0.1095
(Std. err. adjusted for 281 clusters in postal_code)
------------------------------------------------------------------------------------------
| Robust
EV_share | Coefficient std. err. t P>|t| [95% conf. interval]
-------------------------+----------------------------------------------------------------
municipio_madrid#c.after |
0 | .0196474 .013661 1.44 0.151 -.0072438 .0465386
1 | 0 (omitted)
|
suburbios_madrid#c.after |
0 | .0349717 .0136989 2.55 0.011 .0080058 .0619376
1 | 0 (omitted)
|
lejos_madrid#c.after |
0 | .0869142 .01226 7.09 0.000 .0627806 .1110477
1 | 0 (omitted)
|
_cons | .0595808 .0094204 6.32 0.000 .0410371 .0781245
------------------------------------------------------------------------------------------
Absorbed degrees of freedom:
-----------------------------------------------------+
Absorbed FE | Categories - Redundant = Num. Coefs |
-------------+---------------------------------------|
ym_date | 62 0 62 |
-----------------------------------------------------+
.
Could you please give me a hand with this? I'd like the ā1sā that are omitted to appear, as this is the category I'm interested in.
Thank you in advance for your help and patience.

Comment