I have data on income and would like to graph its distribution. It seems the eqprhistogram command works better than the regular histogram since it's easier for the eye to distinguish income groups (e.g. centiles, quintiles). I would also like to add vertical lines to represent government mandated thresholds (these do not necessarily align with the income group markers) with vertical lines. Is there a way to overlay vertical lines *on top* of the eqprhistogram?
I tried:
eqprhistogram income, bin(10) xline(a b)
In this case, the xlines lay *beneath* the histogram. eqprhistogram doesn't work with "graph twoway" either.
Any suggestions? Thanks!
I tried:
eqprhistogram income, bin(10) xline(a b)
In this case, the xlines lay *beneath* the histogram. eqprhistogram doesn't work with "graph twoway" either.
Any suggestions? Thanks!
Comment