I was wondering if someone can help with ideas in graphing a bar with options -over- and -by-, to obtain the same estimates as given when -over- and -over- is used. See example below:
Code:
webuse auto, clear gr bar, over(rep78) over(foreign) blabel(bar, format(%2.1f) size(vsmall)) name(over, replace) gr bar, over(rep78) by(foreign) blabel(bar, format(%2.1f) size(vsmall)) name(by_, replace)
In my problem, I want to use the second option (over and by) but want the percentages to be same as would be obtained if the first option (over and over) is used.
Thank you in anticipation of any tip(s)
0 Response to graph bar
Post a Comment