Dear,
I am trying to create a bar chart exactly like this one, but including error bars:

I have read the following:
https://stats.oarc.ucla.edu/stata/fa...th-error-bars/
This does not however create the bar chart I am looking for. My data is as follows:

Could anyone please help me?
Thanks in advance!
Kind regards,
Hein Willems
I am trying to create a bar chart exactly like this one, but including error bars:
Code:
graph bar (mean) longrun shortrun, over(risk) bargap(-30) legend(label(1 "Long Run") label(2 "Short Run")) ytitle("Price Elasticity") title("Price Elasticities of Energy Consumption") subtitle("for households in different energy poverty risk groups")
I have read the following:
https://stats.oarc.ucla.edu/stata/fa...th-error-bars/
This does not however create the bar chart I am looking for. My data is as follows:
Could anyone please help me?
Thanks in advance!
Kind regards,
Hein Willems
Comment