Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Graphing contents of a local?


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: Graphing contents of a local?
Date   Sat, 19 Jan 2008 17:42:48 +0100

Dear all,

If I want to graph the development of the upper bound of a binomial ci, as
in:


local ub

foreach num of numlist 90 95 99 99.5 99.9 99.99{
      cii 12 0, level(`num')
      local ub `ub' `r(ub)'
}

tempvar ra
range `ra' 1 6

line `ub' `ra'

how do I get Stata to recognize the contents of the local for the line
graph? My question may seem dumb, but this sort of nasty problem can
seriously spoil your Stata fun.


Thanxx to all who bother to reply,
Martin


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