Thanks very much, i'll work with that.
I appreciate the help.
Regards, Jesper
(not sure if I should send a thank yous via the list).
-----Oprindelig meddelelse-----
Fra: [email protected]
[mailto:[email protected]] P� vegne af n j cox
Sendt: 18. august 2005 17:57
Til: [email protected]
Emne: Re: st: I'm making bar charts - can I add vertical CI markers on top
of the bars?
This is quite a common request. Search the
archives using some phrase like "detonator plots"
(a term I owe to Paul Seed). By the way, "everywhere"
in my experience mostly means some biological sciences.
Statalist archives contain some rather negative
opinions about this graph form.
The key is that -graph bar- is a complete dead end
for your purpose. You can make no progress with it.
You need to switch to -twoway bar- and superimpose
your CIs as desired.
Nick
[email protected]
>>> Jesper Fjoelner
Ive created a bar chart with the command below and Ive added values on
top of the bars with the "blabel" option.
Is it possible to mark a 95% confidence interval at the top of the bar
instead of the value of the bar?
Perhaps marking the CI with a small vertical line if possible. This is
used everywhere, but I'm not sure if Stata will do it.
graph bar varname, ///
over(sex, relabel(1 "Male" 2 "Female")) ///
blabel(bar,format(%9.2f))
I'm using Stata Intercooled 8. Thanks for any help.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/