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?
Predicted values with a categorical x continuous interaction in a multilevel model with multiple imputationDear all, I am working with cross sectional survey data from 22 countries with 16965 observations. …
How to perform PSM without replacement using teffects psmach commandDear all, I want to perform 1:1 nearest neighbourhood PSM wihtout replacement, and get AI variance. …
Running a *.do file automatically when Stata opensHi, Can Stata run a *.do file automatically as soon as it opens? Trying to run an automatic message…
is there package/codes for Spatial panel vector auto-regressive (VAR) model OR Spatial panel vector error correction model (VECM) in stata?I am looking for codes/Package available for Spatial panel VAR model or Spatial panel VECM model in …
IVREGHDFE: Collinearity with fixed effectsMy project is to analyze the effect of the interest rate on the financial institution's lending beha…
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