Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: statalist-digest V4 #1078


From   Catherine Dormitzer <[email protected]>
To   [email protected]
Subject   st: Re: statalist-digest V4 #1078
Date   Sun, 24 Nov 2002 03:41:47 -0500

Given that you only have 5 values, I would make a separate datafile with
cluster number, mean, & upper and lower limits and then do the following:

* This is for making bars on a log scale, take out ylog if you don't want
it on the log scale I use this to graph ora's * so I want them on a log scale
* clusnum would be a 1 - k value for the number means in your plot
* your xlab would be your clusnum values
* ylab should be consistent w/your mean and error bar  values
* yline is just inserting a line at 1, take it out if you don't want it
graph  or Lower Upper clusnum, c(.II) s(Oi) yline(1) xlab(1,2,3,4) ylog
ylab(insert values separated by comma's)

Then I export to word and pretty it up there.

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index