<?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: No survival plot in PROC LIFETEST. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/No-survival-plot-in-PROC-LIFETEST/m-p/19306#M557</link>
    <description>D'oh, that was so dumb of me.  I had forgotten to do ODS HTML; first.  I guess if you don't tell if it you want HTML or RTF or whatever then ODS GRAPHICS ON; doesn't do you any good.  Thanks for your help.</description>
    <pubDate>Thu, 19 Nov 2009 00:58:30 GMT</pubDate>
    <dc:creator>n6</dc:creator>
    <dc:date>2009-11-19T00:58:30Z</dc:date>
    <item>
      <title>No survival plot in PROC LIFETEST.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/No-survival-plot-in-PROC-LIFETEST/m-p/19304#M555</link>
      <description>'m doing a simple PROC LIFETEST. If I don't do ODS GRAPHICS ON; then I get the K-M survival plot in the regular SAS Graph window. But since it looks better in the graphics window, I tried doing ODS GRAPHICS ON; first. But when I do that and then submit the code, I don't get a survival curve in any window. I don't get an error in the Log window. The Log window looks normal and the output in the Output window looks normal. But I just don't get a survival curve. Any ideas?</description>
      <pubDate>Thu, 19 Nov 2009 00:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/No-survival-plot-in-PROC-LIFETEST/m-p/19304#M555</guid>
      <dc:creator>n6</dc:creator>
      <dc:date>2009-11-19T00:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: No survival plot in PROC LIFETEST.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/No-survival-plot-in-PROC-LIFETEST/m-p/19305#M556</link>
      <description>check the ODS options in the LIFETEST documentation.  You have to add something to the PROC statement to get the K-M plots.</description>
      <pubDate>Thu, 19 Nov 2009 00:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/No-survival-plot-in-PROC-LIFETEST/m-p/19305#M556</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-11-19T00:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: No survival plot in PROC LIFETEST.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/No-survival-plot-in-PROC-LIFETEST/m-p/19306#M557</link>
      <description>D'oh, that was so dumb of me.  I had forgotten to do ODS HTML; first.  I guess if you don't tell if it you want HTML or RTF or whatever then ODS GRAPHICS ON; doesn't do you any good.  Thanks for your help.</description>
      <pubDate>Thu, 19 Nov 2009 00:58:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/No-survival-plot-in-PROC-LIFETEST/m-p/19306#M557</guid>
      <dc:creator>n6</dc:creator>
      <dc:date>2009-11-19T00:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: No survival plot in PROC LIFETEST.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/No-survival-plot-in-PROC-LIFETEST/m-p/19307#M558</link>
      <description>You need something like this in the first two lines:&lt;BR /&gt;
&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
&lt;BR /&gt;
proc lifetest data=A NOTABLE plots=(s(name=surv2));</description>
      <pubDate>Thu, 19 Nov 2009 10:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/No-survival-plot-in-PROC-LIFETEST/m-p/19307#M558</guid>
      <dc:creator>reb</dc:creator>
      <dc:date>2009-11-19T10:21:32Z</dc:date>
    </item>
  </channel>
</rss>

