Hi all,
I have a question regarding how to run unconditional quantile regression in Stata.
I want to estimate the effect of training on-the-job on wages to identify whether training participation could reduce wage inequalities.
I therefore cannot run a conditional quantile regression as it only identifies the effect of training by quantile and does not allow to identify the effect of training on the entire wage distribution.
I could not find much information online about how to run it; therefore I am unsure about what to do.
I use the command "rifreg" provided by Firpo, Fortin and Lemieux (2009).
I then run (simple model without control variables):
rifreg wage training , q(.25 .50 .75)
Are the estimates provided from this command already the effects of training on the wage distribution?
Any help and suggestion is most welcome.
Many thanks in advance,
Rossella
I have a question regarding how to run unconditional quantile regression in Stata.
I want to estimate the effect of training on-the-job on wages to identify whether training participation could reduce wage inequalities.
I therefore cannot run a conditional quantile regression as it only identifies the effect of training by quantile and does not allow to identify the effect of training on the entire wage distribution.
I could not find much information online about how to run it; therefore I am unsure about what to do.
I use the command "rifreg" provided by Firpo, Fortin and Lemieux (2009).
I then run (simple model without control variables):
rifreg wage training , q(.25 .50 .75)
Are the estimates provided from this command already the effects of training on the wage distribution?
Any help and suggestion is most welcome.
Many thanks in advance,
Rossella
Comment