Dear Stata users,
I want to estimate unconditional quantile regression using recentered influence function. There are two user-written commands by Rios-Avila (Rios-Avila, F. 2020. Recentered influence functions (RIFs) in Stata: RIF regression and RIF decomposition. Stata Journal, 20(1), 51-94. https://doi.org/10.1177/1536867X20909690.) Commands are based on Firpo, Fortin and Lemieux paper (Firpo, S., N. M. Fortin, and T. Lemieux. 2009. Unconditional quantile regressions. Econometrica 77: 953-973. https://doi.org/10.3982/ECTA6822.)
I am not sure which command is most suitable for unconditional quantile regression. These two commands give different results for e.g. 10th percentile.
bootstrap, reps(5): rifhdreg y $xlist, rif(q(10))
bootstrap, reps(5): uqreg y $xlist, q(10) method(regress)
uqreg can be used exclusively for the estimation of UQR, which are the most popular application of recentered influence function (RIF) regressions. rifhdreg -- rifhdreg Recentered influence function regression with high-dimensional fixed effects
Since I am interested in percentiles/quantiles, I am not interested in other distributional statistics, e.g. Gini, etc., which command you suggest?
I realized that uqreg command is extremely slow with bootstrap s.e. even with 5 replications. Of course, bootstrap takes time, but it runs much faster for rifhdreg and oaxaca_rif, than for uqreg.
Previously I used rifreg command, but this command is not available any more, and I am struggling which one is appropriate in the updated version of rif applications.
If anyone has experience with this issue, please help.
Best regards
Aleksandra
I want to estimate unconditional quantile regression using recentered influence function. There are two user-written commands by Rios-Avila (Rios-Avila, F. 2020. Recentered influence functions (RIFs) in Stata: RIF regression and RIF decomposition. Stata Journal, 20(1), 51-94. https://doi.org/10.1177/1536867X20909690.) Commands are based on Firpo, Fortin and Lemieux paper (Firpo, S., N. M. Fortin, and T. Lemieux. 2009. Unconditional quantile regressions. Econometrica 77: 953-973. https://doi.org/10.3982/ECTA6822.)
I am not sure which command is most suitable for unconditional quantile regression. These two commands give different results for e.g. 10th percentile.
bootstrap, reps(5): rifhdreg y $xlist, rif(q(10))
bootstrap, reps(5): uqreg y $xlist, q(10) method(regress)
uqreg can be used exclusively for the estimation of UQR, which are the most popular application of recentered influence function (RIF) regressions. rifhdreg -- rifhdreg Recentered influence function regression with high-dimensional fixed effects
Since I am interested in percentiles/quantiles, I am not interested in other distributional statistics, e.g. Gini, etc., which command you suggest?
I realized that uqreg command is extremely slow with bootstrap s.e. even with 5 replications. Of course, bootstrap takes time, but it runs much faster for rifhdreg and oaxaca_rif, than for uqreg.
Previously I used rifreg command, but this command is not available any more, and I am struggling which one is appropriate in the updated version of rif applications.
If anyone has experience with this issue, please help.
Best regards
Aleksandra
Comment