Hi all
I am running an unconditional quantile model on panel data from WBES to tackle the effect of firm-level mobile money adoption on energy intensity. From what I have read, I can use either xtrifreg or rifhdreg. I have used rifhdreg because it allows me to consider more than one fixed effect (firm, year, industry). Actually, it produces a perfect outcome for me; however, it runs on only 32 observations out of 700.
I would be grateful for any recommendations on how to remedy this .
Thanks a lot in advance
This is the code that I used:
I am running an unconditional quantile model on panel data from WBES to tackle the effect of firm-level mobile money adoption on energy intensity. From what I have read, I can use either xtrifreg or rifhdreg. I have used rifhdreg because it allows me to consider more than one fixed effect (firm, year, industry). Actually, it produces a perfect outcome for me; however, it runs on only 32 observations out of 700.
I would be grateful for any recommendations on how to remedy this .
Thanks a lot in advance
This is the code that I used:
Code:
rifhdreg EE20152 MM finance_measure R_D human_capital labprod2015 exporter foreign_ownership ln_age i.firm_sizeWBES [pweight=average_wweak ] , rif(q(25)) vce(cluster combined_numregion ) abs(unique_id_01 year industry_type )
Comment