Hello!
I am creating a bar graph with confidence intervals(picture attached below). It would be nice if I could label the bars itself so that it shows the values it conforms to. Does anyone have any suggestions? This is the code I used so far:
twoway (bar avg_vote_2010 gender,barwidth(0.8)) ///
(rcap low_val_2010 hi_val_2010 gender), ///
xlabel( 0 "Female" 1 "Male", noticks) ///
ytitle("Voting 2010 Average") by(actualtreatment)
My goal is to label the bars with the values of the variable "avg_vote_2010." This would be similar in effect to the "blabel" option for the "graph bar" command. I would greatly appreciate any suggestions!
Array
Related Posts with How can I label the values of the bars within a twoway bar graph?
Treatment group is omitted because of collinearity I am using a difference-in-difference strategy with fixed effects -xtreg...,fe robust-. I am using …
Can multiple cross sectional data be treated as panel data?I have GSS data from multiple waves ie years for the same regions in the US. When I look at the dat…
STATA Not giving resultsFriends, I have this on table; I fitted a random slope model. But i am very surprised that STATA pr…
conditional encodeIt seems that I am blindfolded: Although I tried and looked for about half an hour, I can't see my c…
Locpoly issueWe are working on a panel primary survey socioeconomic data. We are trying to compare semiparametric…
Subscribe to:
Post Comments (Atom)
0 Response to How can I label the values of the bars within a twoway bar graph?
Post a Comment