I have a variable, let's say X, with 100+ categories. Then, I want to see the distribution of Y in these categories. However, I only want the top 10/ or 5 percent in my graph. Is there any way to specify it in the below command
graph hbar Y, over( X, sort(1) ) by(year)
Thank you
graph hbar Y, over( X, sort(1) ) by(year)
Thank you

Comment