Statalist


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

st: RE: Changing range in sts graph


From   "Allen Buxton" <[email protected]>
To   <[email protected]>
Subject   st: RE: Changing range in sts graph
Date   Thu, 6 Dec 2007 15:53:25 -0800

In context, the only way I have found to do this is something like:

local rangelimit=100
replace _d=0  if _t>`rangelimit'
replace _t=`rangelimit' if _t>`rangelimit'

It would be interesting to learn of some other way.

Allen Buxton
CureSearch, Children's Oncology Group


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Diego
Bellavia
Sent: Thursday, December 06, 2007 3:27 PM
To: STATAlist
Subject: st: Changing range in sts graph

Dear Statalisters, 

I have a Kaplan Meyer curve I built with sts command. 
The curve is nice but I would like to reduce the range of time showed to
highlight the first part of the graph (where I have more events).
I tried with the xscale (range (0 100)) option but without success. 
Maybe I make something wrong or is there another way to do that ? 

Thank you in advance 

Diego


      ___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo!
Mail: http://it.docs.yahoo.com/nowyoucan.html

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