<?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 Superimposing multiple survival curves on one graph using Proc PHReg SAS 9.4 in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Superimposing-multiple-survival-curves-on-one-graph-using-Proc/m-p/559059#M10228</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New to SAS. Trying to plot multiple survival curves on one graph using PHREG. I've tried the overlay option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my model is set up as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc phreg data=grands alpha=0.05 PLOTS(OVERLAY range=(0, 200)) = (SURVIVAL);&lt;BR /&gt;class grade racen gender marst stage;&lt;BR /&gt;model survivem*cs_vital(0) =&amp;nbsp;grade gender marst racen;&lt;BR /&gt;by stage;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd simply like to see three different survival curves (one for each stage)&amp;nbsp; on&amp;nbsp; one graph. As of now, they are printing separately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2019 16:36:57 GMT</pubDate>
    <dc:creator>joesmama</dc:creator>
    <dc:date>2019-05-15T16:36:57Z</dc:date>
    <item>
      <title>Superimposing multiple survival curves on one graph using Proc PHReg SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Superimposing-multiple-survival-curves-on-one-graph-using-Proc/m-p/559059#M10228</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New to SAS. Trying to plot multiple survival curves on one graph using PHREG. I've tried the overlay option&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my model is set up as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc phreg data=grands alpha=0.05 PLOTS(OVERLAY range=(0, 200)) = (SURVIVAL);&lt;BR /&gt;class grade racen gender marst stage;&lt;BR /&gt;model survivem*cs_vital(0) =&amp;nbsp;grade gender marst racen;&lt;BR /&gt;by stage;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd simply like to see three different survival curves (one for each stage)&amp;nbsp; on&amp;nbsp; one graph. As of now, they are printing separately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 16:36:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Superimposing-multiple-survival-curves-on-one-graph-using-Proc/m-p/559059#M10228</guid>
      <dc:creator>joesmama</dc:creator>
      <dc:date>2019-05-15T16:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Superimposing multiple survival curves on one graph using Proc PHReg SAS 9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Superimposing-multiple-survival-curves-on-one-graph-using-Proc/m-p/559105#M10237</link>
      <description>BY STAGE means you have a different regression for each STAGE and then each analysis is handled independently. Do you need STRATA instead?&lt;BR /&gt;&lt;BR /&gt;If BY is correct, you'll need to use the raw data and create the graphs afterwards using SGPLOT. There are a lot of examples of this online.</description>
      <pubDate>Wed, 15 May 2019 18:52:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Superimposing-multiple-survival-curves-on-one-graph-using-Proc/m-p/559105#M10237</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-15T18:52:29Z</dc:date>
    </item>
  </channel>
</rss>

