Hi all
I am working on firm-level panel data with only T=3 and want to run panel quantile regression as robustness check. xtqreg run into this error: "It is not possible to identify the conditional quantiles with T<3; the estimator is valid only for large T". I tried xi:qreg2 and qregpd but they result in the insignificance of all variables for all quantiles, which is quite surprising because I am sure that it should be significant. I would appreciate any suggestions about how to run it correctly.
Here are the codes that I ran so far:.
I am working on firm-level panel data with only T=3 and want to run panel quantile regression as robustness check. xtqreg run into this error: "It is not possible to identify the conditional quantiles with T<3; the estimator is valid only for large T". I tried xi:qreg2 and qregpd but they result in the insignificance of all variables for all quantiles, which is quite surprising because I am sure that it should be significant. I would appreciate any suggestions about how to run it correctly.
Here are the codes that I ran so far:.
Code:
qregpd EE20152 MM finance_measure R_D human_capital labprod2015 exporter privatedomestic_ownership ln_age firm_sizeWBES industry_type, id (unique_id_01 ) fix(year) optimize(mcmc) noisy draws(1000) burn(100) arate(.5) quantile(25)
Code:
xi: qreg2 EE20152 MM finance_measure R_D human_capital labprod2015 exporter privatedomestic_ownership ln_age firm_sizeWBES industry_type
Comment