Hello,
I would like to know how I can do a t-test for the coefficients of multiple rifregs (Firpo rifreg.ado). We´re researching the effect of several variables on the wage and especially the gender wage gap and consider special payments to be an important factor. We did rifregs for several quantiles with the Firpo rifreg.ado. One time the dependent variable was the pure wage and the other time the dependent variable was the wage plus the special payment. Now I need to know how I can check if the differences between the coefficients of the base wage and the base wage+special payments models are significant.
We already did a comparison of the confidence intervals but that seems not to be enough because if they overlap it is still possible that there is a significant difference. I though about checking the significance with a t-test. For that, as I found out, it is needed to store the results of the regression with "eststo". After doing that you apparently have to combine the stored estimates using the "suest" command and afterswards you should be able to do the t-test. The problem now is that the suest command doesn't work with the eststo'ed rifreg results. I get the error message "*name of the eststo* was estimated with a nonstandard vce (robust)". I have to admit that I don't fully understand the problem stata is having there. I searched for solutions how to fix that but I didn't find any answers.
So how can I get the t-test done? Or if that is not possible how can I check for significance another way?
If we can't show the significance of the different coefficients that would be really bad.
Thanks for any help!
Best Regards,
Christoph
€: I also posted the question on stackoverflow: http://stackoverflow.com/questions/3...tional-quantil
I would like to know how I can do a t-test for the coefficients of multiple rifregs (Firpo rifreg.ado). We´re researching the effect of several variables on the wage and especially the gender wage gap and consider special payments to be an important factor. We did rifregs for several quantiles with the Firpo rifreg.ado. One time the dependent variable was the pure wage and the other time the dependent variable was the wage plus the special payment. Now I need to know how I can check if the differences between the coefficients of the base wage and the base wage+special payments models are significant.
We already did a comparison of the confidence intervals but that seems not to be enough because if they overlap it is still possible that there is a significant difference. I though about checking the significance with a t-test. For that, as I found out, it is needed to store the results of the regression with "eststo". After doing that you apparently have to combine the stored estimates using the "suest" command and afterswards you should be able to do the t-test. The problem now is that the suest command doesn't work with the eststo'ed rifreg results. I get the error message "*name of the eststo* was estimated with a nonstandard vce (robust)". I have to admit that I don't fully understand the problem stata is having there. I searched for solutions how to fix that but I didn't find any answers.
So how can I get the t-test done? Or if that is not possible how can I check for significance another way?
If we can't show the significance of the different coefficients that would be really bad.
Thanks for any help!
Best Regards,
Christoph
€: I also posted the question on stackoverflow: http://stackoverflow.com/questions/3...tional-quantil
Comment