Statalist


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

Re: st: line patterns within Kaplan Meier


From   Michael McCulloch <[email protected]>
To   [email protected]
Subject   Re: st: line patterns within Kaplan Meier
Date   Sun, 7 Oct 2007 08:25:34 -0700

Thanks Svend, for clarifying how to sequence the display commands within parentheses for the lpattern and lcolor options.



Michael McCulloch observed that the following syntax -
which works with Stata 10 - gives an error message with
Stata 9.2.

   sts graph, by(drug) ///
      plot1opts(lpattern(l) lcolor(black)) ///
      plot2opts(lpattern(-) lcolor(black)) ///
      plot3opts(lpattern(dot) lcolor(black))

         failure _d:  died == 1
   analysis time _t:  studytime
option plot1opts() not allowed
r(198);

However, with Stata 9.2 the following syntax works (but it
does not work with Stata 10):

   sts graph, by(drug) lpattern(l - dot) lcolor(black black black)

Hope this helps
Svend

________________________________________________________

Svend Juul
Institut for Folkesundhed, Afdeling for Epidemiologi
(Institute of Public Health, Department of Epidemiology)
Vennelyst Boulevard 6
DK-8000 Aarhus C,  Denmark
Phone, work:  +45 8942 6090
Phone, home:  +45 8693 7796
Fax:          +45 8613 1580
E-mail:       [email protected]
_________________________________________________________

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



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