Dear All,
Thank you sincerely for help me and I am encountering the following programming about figures.
sysuse nlsw88.dta, clear
tabulate industry
graph hbar(count) idcode, over(industry)
blabel(bar, position(outside) format(%3.1f)
color(blue) size(small))
I cannot understand what does the underlined mean? what is count? idcode? why we cannot use graph bar to replace graph hbar?
Best Regards,
Eddie
Thank you sincerely for help me and I am encountering the following programming about figures.
sysuse nlsw88.dta, clear
tabulate industry
graph hbar(count) idcode, over(industry)
blabel(bar, position(outside) format(%3.1f)
color(blue) size(small))
I cannot understand what does the underlined mean? what is count? idcode? why we cannot use graph bar to replace graph hbar?
Best Regards,
Eddie
Comment