<?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: Modifying survival plots using PROC GPLOT in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515678#M73246</link>
    <description>Look at the survival macros in the documentation to modify the curves coming out of lightest. They are well documented and core the majority of use cases. It's not clear what plot you'd get here that would be different than the survival plots. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_kaplan_toc.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_kaplan_toc.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;</description>
    <pubDate>Fri, 23 Nov 2018 22:40:11 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-11-23T22:40:11Z</dc:date>
    <item>
      <title>Modifying survival plots using PROC GPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515645#M73243</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate some help/reference with my code.&lt;/P&gt;&lt;P&gt;I am trying to modify kaplan-meier (survival) curves using ProcGPLOT.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not experienced with Macros so would prefer to refrain from that at the moment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current code is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods output homtests=homeT;&lt;BR /&gt;proc lifetest data=Dataset.CUD_surv_Final outsurv= LTEstimates;&lt;BR /&gt;TIME duration_time*lMAUD5(0);&lt;BR /&gt;strata Nethrace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;goptions reset=all;&lt;BR /&gt;axis1 label=(angle=90 'Cumulative Probability of Transition to CUD') order=(0.0 to 1 by 0.25) ;&lt;BR /&gt;axis2 label=('Time Since Onset of Cannabis Use (Years)')order=(0 to 60 by 10) ;&lt;BR /&gt;proc gplot data= LTEstimates;&lt;BR /&gt;plot lMAUD5 * duration_time = NETHRACE / vaxis=axis1 haxis=axis2; ;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not giving me plots as outputs..Can someone lead me in the right direction?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 19:54:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515645#M73243</guid>
      <dc:creator>Psychiatrist</dc:creator>
      <dc:date>2018-11-23T19:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying survival plots using PROC GPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515658#M73245</link>
      <description>&lt;P&gt;"This is not giving me plots as outputs" - Then what is it giving you? Warning or Error messages?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 20:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515658#M73245</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-11-23T20:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying survival plots using PROC GPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515678#M73246</link>
      <description>Look at the survival macros in the documentation to modify the curves coming out of lightest. They are well documented and core the majority of use cases. It's not clear what plot you'd get here that would be different than the survival plots. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_kaplan_toc.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_kaplan_toc.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;</description>
      <pubDate>Fri, 23 Nov 2018 22:40:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Modifying-survival-plots-using-PROC-GPLOT/m-p/515678#M73246</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-23T22:40:11Z</dc:date>
    </item>
  </channel>
</rss>

