Hello everyone! I am using rqr command to estimate quantile treatment effect. I followed the user manual and installed "rqr", "qrprocess", "reghdfe", "moremata", "kdens", "coefplot", "st0203", "genqreg" and "estout".
Follow the manual examples, I am able to run the command with single quantile, e.g.,
rqr wage union, quantile(.25) controls($x)
However, I am not able to get more than one quantile running, e.g.,
rqr wage union, quantile(.25 .50 .75) controls($x) which returns the invalid syntax error.
Can anyone help me, please? Thank you!
Follow the manual examples, I am able to run the command with single quantile, e.g.,
rqr wage union, quantile(.25) controls($x)
However, I am not able to get more than one quantile running, e.g.,
rqr wage union, quantile(.25 .50 .75) controls($x) which returns the invalid syntax error.
Can anyone help me, please? Thank you!
Comment