Open MRuzzante opened 5 years ago
Thanks for the suggestion, @MRuzzante! Here are some comments:
qreg2
and create a qreg2plot
command, we can maybe try to get in touch with the authors to see if they'd like to add it to their package -- or just do it as your first SSC command! I'm happy to discuss and help you with it either way.Yeah I think a great option would be to get DIA-toolkit shaped up if it does the right kind of things you are talking about. I think Kris knows a lot about it. It is more complex coding though.
The grqreg command plots coefficients of stata official quantile commands, such as qreg and sqreg. It think i had incorporated the support to qreg2. If not this can be easily done.
Hi @jpazvd! Thanks for your input!
It seems that grqreg
only works with SSC commands, suchs as qreg
, bsqreg
or sqreg
. This means it currently does not allow to plot confidence intervals based on quantile regressions with clustered standard errors.
But we can add this feature in this command. It prevents the unnecessary atomization of commands. It should be trivial. Best, JP
That would be great, @jpazvd!
All the best, Matteo
I know I'm late for the party, but just wanted to say I think that's great! I agree we should try to aggregate commands instead of atomizing them. @jpazvd, is there a repo for this command where we can follow the implementation for qreg2
? I think @MRuzzante also started doing some work on it for his paper, so if there is a repo, he may be able to share some code or make a pull request.
Hi guys!
As distributional analysis is becoming more common in development economics and in policy evaluation in general (see, e.g., http://documents.worldbank.org/curated/en/292901499351272899/Distributional-impact-analysis-toolkit-and-illustrations-of-impacts-beyond-the-average-treatment-effect), I have been thinking about two packages, which may be helpful for IE folks (going beyond the current
iegraph
):qreg
andsqreg
, the Stata ones, do not include clustered standard errors option, whileqreg2
(user-written) allows clustered standard errors but does not plot the estimates.If you agree these may be of interest, I am happy to discuss with you and eventually help draft a version of these packages.
Cheers! Matteo