Hello,
I am trying to estimate percentile shares for income and wealth and do the histogram of wealth distribution by income. I tried using pshare command from Ben Jann that I found here:
in order to obtain the figure as the one below:

However, pshare command does not work with aweights. Do you know of another way to produce the figure?
Thank you!
I am trying to estimate percentile shares for income and wealth and do the histogram of wealth distribution by income. I tried using pshare command from Ben Jann that I found here:
Code:
pshare estimate wealth [aw=weight], p(10(10)90 95) pvar(income) density pshare histogram, yline(1)
However, pshare command does not work with aweights. Do you know of another way to produce the figure?
Thank you!
Comment