<?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 PROC LIFETEST survivalplot, plot all subjects and subgroups on same plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-LIFETEST-survivalplot-plot-all-subjects-and-subgroups-on/m-p/671477#M201657</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I want to plot an overall KM curve and subgroups KM curves on the same plot.&amp;nbsp; I can't seem to find how to do this, all examples I've seen only have subgroups but not overall.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2020 17:19:13 GMT</pubDate>
    <dc:creator>LzyButEfficient</dc:creator>
    <dc:date>2020-07-22T17:19:13Z</dc:date>
    <item>
      <title>PROC LIFETEST survivalplot, plot all subjects and subgroups on same plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-LIFETEST-survivalplot-plot-all-subjects-and-subgroups-on/m-p/671477#M201657</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I want to plot an overall KM curve and subgroups KM curves on the same plot.&amp;nbsp; I can't seem to find how to do this, all examples I've seen only have subgroups but not overall.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 17:19:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-LIFETEST-survivalplot-plot-all-subjects-and-subgroups-on/m-p/671477#M201657</guid>
      <dc:creator>LzyButEfficient</dc:creator>
      <dc:date>2020-07-22T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LIFETEST survivalplot, plot all subjects and subgroups on same plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-LIFETEST-survivalplot-plot-all-subjects-and-subgroups-on/m-p/671503#M201665</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/118584"&gt;@LzyButEfficient&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities (as a contributor)!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the graph does not contain statistics about group comparisons, you can simply create a new input dataset from the existing one with a new group "Overall" (in the STRATA variable) comprising all observations. Here's how you would create it from &lt;FONT face="courier new,courier"&gt;sashelp.bmt&lt;/FONT&gt; (which is used in the &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_kaplan_sect003.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank" rel="noopener"&gt;PROC LIFETEST documentation&lt;/A&gt;)&lt;FONT face="helvetica"&gt;:&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set sashelp.bmt;
output;
group='Overall';
output;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 18:02:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-LIFETEST-survivalplot-plot-all-subjects-and-subgroups-on/m-p/671503#M201665</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2020-07-22T18:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LIFETEST survivalplot, plot all subjects and subgroups on same plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-LIFETEST-survivalplot-plot-all-subjects-and-subgroups-on/m-p/671514#M201667</link>
      <description>&lt;P&gt;I just need survival curves without any group comparison statistics and this was such a simple solution that I'm upset I didn't think of it!&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 18:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-LIFETEST-survivalplot-plot-all-subjects-and-subgroups-on/m-p/671514#M201667</guid>
      <dc:creator>LzyButEfficient</dc:creator>
      <dc:date>2020-07-22T18:10:51Z</dc:date>
    </item>
  </channel>
</rss>

