<?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: Haxis option in Proc Lifetest in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Haxis-option-in-Proc-Lifetest/m-p/6128#M579</link>
    <description>Hi:&lt;BR /&gt;
  I don't know much about PROC LIFETEST, but there is a Tech Support note that seems to contain a lot of info on customizing PROC LIFETEST graphs or reproducing them with PROC GPLOT (which does have a lot of customization ability).&lt;BR /&gt;
 &lt;BR /&gt;
  In addition, PROC LIFETEST is one of the procs that supports ODS GRAPHICS (which is still experimental in SAS 9.1.3 -- if you want to adjust the axis for ODS GRAPHICS output, then you might want to contact Tech Support for help in that regard.&lt;BR /&gt;
&lt;BR /&gt;
cynthia&lt;BR /&gt;
&lt;BR /&gt;
here's an example of how you'd use PROC LIFETEST with ODS GRAPHICS:&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;BR /&gt;
ods html path='c:\temp' (url=none)&lt;BR /&gt;
         gpath='c:\temp' (url=none)&lt;BR /&gt;
         file='lifetest.html'&lt;BR /&gt;
         style=statistical;&lt;BR /&gt;
ods graphics on/ imagefmt=static;&lt;BR /&gt;
goptions reset=(symbol axis);&lt;BR /&gt;
    &lt;BR /&gt;
symbol1 c=blue; symbol2 c=orange;&lt;BR /&gt;
proc lifetest data=Exposed outsurv=outsurv &lt;BR /&gt;
     plots=(s,lls) noprint;&lt;BR /&gt;
      time Days*Status(0);&lt;BR /&gt;
      strata Treatment;&lt;BR /&gt;
   run;&lt;BR /&gt;
   &lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
  &lt;BR /&gt;
[/pre]&lt;BR /&gt;
(based on the data in this example but using ODS Graphics instead of GPLOT&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/30/addl/fusion_30602_1_lifetest_create_survival_plots_using_gplot.sas.txt" target="_blank"&gt;http://support.sas.com/kb/30/addl/fusion_30602_1_lifetest_create_survival_plots_using_gplot.sas.txt&lt;/A&gt; )</description>
    <pubDate>Sun, 06 Jan 2008 16:04:52 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-01-06T16:04:52Z</dc:date>
    <item>
      <title>Haxis option in Proc Lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Haxis-option-in-Proc-Lifetest/m-p/6127#M578</link>
      <description>Is there any way in Proc lifetest where I can change the range in horizontal axis instead of getting the default output? e.g. something like using haxis in proc gplot, where I may get the desired output. &lt;BR /&gt;
&lt;BR /&gt;
Any reply will be highly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Thu, 03 Jan 2008 19:21:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Haxis-option-in-Proc-Lifetest/m-p/6127#M578</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-03T19:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Haxis option in Proc Lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Haxis-option-in-Proc-Lifetest/m-p/6128#M579</link>
      <description>Hi:&lt;BR /&gt;
  I don't know much about PROC LIFETEST, but there is a Tech Support note that seems to contain a lot of info on customizing PROC LIFETEST graphs or reproducing them with PROC GPLOT (which does have a lot of customization ability).&lt;BR /&gt;
 &lt;BR /&gt;
  In addition, PROC LIFETEST is one of the procs that supports ODS GRAPHICS (which is still experimental in SAS 9.1.3 -- if you want to adjust the axis for ODS GRAPHICS output, then you might want to contact Tech Support for help in that regard.&lt;BR /&gt;
&lt;BR /&gt;
cynthia&lt;BR /&gt;
&lt;BR /&gt;
here's an example of how you'd use PROC LIFETEST with ODS GRAPHICS:&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;BR /&gt;
ods html path='c:\temp' (url=none)&lt;BR /&gt;
         gpath='c:\temp' (url=none)&lt;BR /&gt;
         file='lifetest.html'&lt;BR /&gt;
         style=statistical;&lt;BR /&gt;
ods graphics on/ imagefmt=static;&lt;BR /&gt;
goptions reset=(symbol axis);&lt;BR /&gt;
    &lt;BR /&gt;
symbol1 c=blue; symbol2 c=orange;&lt;BR /&gt;
proc lifetest data=Exposed outsurv=outsurv &lt;BR /&gt;
     plots=(s,lls) noprint;&lt;BR /&gt;
      time Days*Status(0);&lt;BR /&gt;
      strata Treatment;&lt;BR /&gt;
   run;&lt;BR /&gt;
   &lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
  &lt;BR /&gt;
[/pre]&lt;BR /&gt;
(based on the data in this example but using ODS Graphics instead of GPLOT&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/30/addl/fusion_30602_1_lifetest_create_survival_plots_using_gplot.sas.txt" target="_blank"&gt;http://support.sas.com/kb/30/addl/fusion_30602_1_lifetest_create_survival_plots_using_gplot.sas.txt&lt;/A&gt; )</description>
      <pubDate>Sun, 06 Jan 2008 16:04:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Haxis-option-in-Proc-Lifetest/m-p/6128#M579</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-01-06T16:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Haxis option in Proc Lifetest</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Haxis-option-in-Proc-Lifetest/m-p/6129#M580</link>
      <description>Thanks a lot Cynthia.</description>
      <pubDate>Fri, 11 Jan 2008 21:15:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Haxis-option-in-Proc-Lifetest/m-p/6129#M580</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-11T21:15:10Z</dc:date>
    </item>
  </channel>
</rss>

