<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LifeTest Proc Question in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/LifeTest-Proc-Question/m-p/65948#M3156</link>
    <description>OK. I have it down to this:&lt;BR /&gt;
&lt;I&gt;&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
proc lifetest timelist=100 365 730 1095&lt;BR /&gt;
	alpha=.95 &lt;BR /&gt;
	plots=(ls)&lt;BR /&gt;
	maxtime=100 	&lt;BR /&gt;
	intervals=1 to 100 by 25;&lt;BR /&gt;
time DysLC*TRM(0);&lt;BR /&gt;
strata BMTTYPE;&lt;BR /&gt;
title 'Transplant Related Mortality at 100d by BMT Type 2005-2009';&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
The LS throws the plot in the direction I need and seems to equal the right numbers from the table. Is this correct? Anyone have an idea?</description>
    <pubDate>Tue, 09 Mar 2010 15:38:22 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-03-09T15:38:22Z</dc:date>
    <item>
      <title>LifeTest Proc Question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/LifeTest-Proc-Question/m-p/65947#M3155</link>
      <description>I hpe this isn't too simple of a question, but I am new to SAS (from SPSS) and finally got the Lifetest to run as I need it to, with a few questions. I hope someone can help me with this. The code I am using is as follows:&lt;BR /&gt;
&lt;BR /&gt;
ods pdf file='g:\harris jc\pic meeting\TRM100dALLO.pdf';&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
proc lifetest timelist=100 365 730 plots=(survival);&lt;BR /&gt;
time DysLC*TRM(0);&lt;BR /&gt;
strata BMTTYPE;&lt;BR /&gt;
title 'Transplant Related Mortality at 100d by BMT Type 2005-2009';&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
&lt;BR /&gt;
This is working fine to give me the basic numbers I need. I need a few more things and not sure how to incorporate them into the code. What I am looking for is this:&lt;BR /&gt;
&lt;BR /&gt;
1.  I need to truncate the graph at 100 Days&lt;BR /&gt;
2.  I need Confidence Intervals to compute (but not graph)&lt;BR /&gt;
3.  In SPSS to get the grap to run up and not down I would choose the 1-KM option. How do I do this in SAS?&lt;BR /&gt;
&lt;BR /&gt;
Any help is MUCH appreciated. Thanks in Advance.</description>
      <pubDate>Tue, 09 Mar 2010 13:52:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/LifeTest-Proc-Question/m-p/65947#M3155</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-09T13:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: LifeTest Proc Question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/LifeTest-Proc-Question/m-p/65948#M3156</link>
      <description>OK. I have it down to this:&lt;BR /&gt;
&lt;I&gt;&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
proc lifetest timelist=100 365 730 1095&lt;BR /&gt;
	alpha=.95 &lt;BR /&gt;
	plots=(ls)&lt;BR /&gt;
	maxtime=100 	&lt;BR /&gt;
	intervals=1 to 100 by 25;&lt;BR /&gt;
time DysLC*TRM(0);&lt;BR /&gt;
strata BMTTYPE;&lt;BR /&gt;
title 'Transplant Related Mortality at 100d by BMT Type 2005-2009';&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
The LS throws the plot in the direction I need and seems to equal the right numbers from the table. Is this correct? Anyone have an idea?</description>
      <pubDate>Tue, 09 Mar 2010 15:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/LifeTest-Proc-Question/m-p/65948#M3156</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-09T15:38:22Z</dc:date>
    </item>
  </channel>
</rss>

